mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
f87053cb02
feat: add browser opening to test:notification feat: add c8 and mocha for testing feat: update Docker and ci style: update editorconfig
7 lines
157 B
JavaScript
7 lines
157 B
JavaScript
app.document$.subscribe(() => {
|
|
const tables = document.querySelectorAll('article table');
|
|
tables.forEach(table => {
|
|
new Tablesort(table);
|
|
});
|
|
});
|