summary refs log tree commit diff
path: root/main.js
diff options
context:
space:
mode:
authorWlodekM <[email protected]>2024-12-02 21:08:39 +0200
committerWlodekM <[email protected]>2024-12-02 21:08:39 +0200
commit84ce4345128d4dd4e98e2104c8b0ca279fb273ab (patch)
tree8924e3ccf4237f5bd1b76a286867ee9903baf473 /main.js
parent2cb488b3bbe7cd061e1e15c8d63e3493a9f421f1 (diff)
uh
Diffstat (limited to 'main.js')
-rw-r--r--main.js1
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');