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