mkdocs-benoit.jp.net/docs/javascripts/tables.js

1 line
122 B
JavaScript
Raw Permalink Normal View History

2023-02-20 12:39:52 +00:00
document$.subscribe(function(){var e=document.querySelectorAll("article table");e.forEach(function(e){new Tablesort(e)})})