Website/docs/javascripts/tables.js

1 line
122 B
JavaScript
Raw Permalink Normal View History

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