Something went wrong on our end
-
Torben Böhnke authoredTorben Böhnke authored
tablesort.js 172 B
document$.subscribe(function() {
var tables = document.querySelectorAll("article table:not([class])")
tables.forEach(function(table) {
new Tablesort(table)
})
})