pengdadaaa's picture
Upload 741 files
786f6a6 verified
raw
history blame
162 Bytes
app.location$.subscribe(function() {
var tables = document.querySelectorAll("article table")
tables.forEach(function(table) {
new Tablesort(table)
})
})