File size: 162 Bytes
786f6a6 |
1 2 3 4 5 6 |
app.location$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
}) |
786f6a6 |
1 2 3 4 5 6 |
app.location$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
}) |