Use local JS resources
This commit is contained in:
parent
7486e68cd4
commit
518887d1ab
4 changed files with 1594 additions and 10 deletions
|
@ -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)})})
|
Loading…
Add table
Add a link
Reference in a new issue