mirror of
https://codeberg.org/metamuffin/abrechenbarkeit.git
synced 2025-05-22 14:34:44 +00:00
Remove debug return
This commit is contained in:
parent
3b5948682a
commit
22081271db
1 changed files with 0 additions and 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 != "")
|
||||
|
|
Loading…
Add table
Reference in a new issue