Skip to content

Commit 8aebc41

Browse files
Fix: Page latest update showing last commit on general repo
1 parent 1c154cc commit 8aebc41

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

docs/js/tablesort.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
document$.subscribe(function() {
2+
var tables = document.querySelectorAll("article table:not([class])")
3+
tables.forEach(function(table) {
4+
new Tablesort(table)
5+
})
6+
})

0 commit comments

Comments
 (0)