kopia lustrzana https://github.com/linuxserver/docker-documentation
7 wiersze
178 B
JavaScript
7 wiersze
178 B
JavaScript
|
document$.subscribe(function () {
|
||
|
var tables = document.querySelectorAll("article table:not([class])");
|
||
|
tables.forEach(function (table) {
|
||
|
new Tablesort(table);
|
||
|
});
|
||
|
});
|