parent
1696499ce5
commit
1a15502fa4
@ -0,0 +1,6 @@
|
|||||||
|
app.location$.subscribe(function() {
|
||||||
|
var tables = document.querySelectorAll("article table")
|
||||||
|
tables.forEach(function(table) {
|
||||||
|
new Tablesort(table)
|
||||||
|
})
|
||||||
|
})
|
Loading…
Reference in new issue