mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
refactor: use gts instead of xo
feat: add browser opening to test:notification feat: add c8 and mocha for testing feat: update Docker and ci style: update editorconfig
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
app.document$.subscribe(function() {
|
||||
var tables = document.querySelectorAll("article table")
|
||||
tables.forEach(function(table) {
|
||||
new Tablesort(table)
|
||||
})
|
||||
})
|
||||
app.document$.subscribe(() => {
|
||||
const tables = document.querySelectorAll('article table');
|
||||
tables.forEach(table => {
|
||||
new Tablesort(table);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user