diff options
Diffstat (limited to 'script.js')
-rw-r--r-- | script.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,7 +2,6 @@ let idle_timer function reset_idle() { -return if (idle_timer) clearTimeout(idle_timer) idle_timer = setTimeout(() => { if (globalThis.location.pathname != "/" || globalThis.location.search != "") |