diff options
author | WlodekM <[email protected]> | 2024-12-02 21:08:39 +0200 |
---|---|---|
committer | WlodekM <[email protected]> | 2024-12-02 21:08:39 +0200 |
commit | 84ce4345128d4dd4e98e2104c8b0ca279fb273ab (patch) | |
tree | 8924e3ccf4237f5bd1b76a286867ee9903baf473 /main.js | |
parent | 2cb488b3bbe7cd061e1e15c8d63e3493a9f421f1 (diff) |
uh
Diffstat (limited to 'main.js')
-rw-r--r-- | main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main.js b/main.js index c300c41..79ed95a 100644 --- a/main.js +++ b/main.js @@ -22,6 +22,7 @@ window.stores.onChange = function (store, cb) { } const sd = window.sd = window.stores.sdlib function onclose() { + console.log('uh', new Error('uuuuh')) window.sd = window.stores.sdlib = new SoktDeer() document.getElementById('topbar').classList.add('hidden') pages.goToPage('login'); |