mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 02:57:34 +00:00
Deployed afe7a70 with MkDocs version: 1.1.2
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
app.document$.subscribe(() => {
|
||||
const tables = document.querySelectorAll('article table');
|
||||
tables.forEach(table => {
|
||||
new Tablesort(table);
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user