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