Use local JS resources

This commit is contained in:
Benoit S 2023-02-20 21:39:52 +09:00
parent 7486e68cd4
commit 518887d1ab
4 changed files with 1594 additions and 10 deletions

View file

@ -1,7 +1 @@
document$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
})
document$.subscribe(function(){var e=document.querySelectorAll("article table");e.forEach(function(e){new Tablesort(e)})})