Remove debug return

This commit is contained in:
metamuffin 2025-05-13 19:30:04 +02:00
parent 3b5948682a
commit 22081271db
No known key found for this signature in database
GPG key ID: 718F9749DCDBD654

View file

@ -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 != "")