mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
6 lines
162 B
JavaScript
6 lines
162 B
JavaScript
app.document$.subscribe(function() {
|
|
var tables = document.querySelectorAll("article table")
|
|
tables.forEach(function(table) {
|
|
new Tablesort(table)
|
|
})
|
|
}) |