From 22081271dbfdd372c4e1b7b31a7d3eb029bc5d16 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 13 May 2025 19:30:04 +0200 Subject: [PATCH] Remove debug return --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index 6c86814..6cf375a 100644 --- a/script.js +++ b/script.js @@ -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 != "")