Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
docs/stylesheets
6
docs/stylesheets/tables.js
Normal file
6
docs/stylesheets/tables.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue