From f7493a117a300440b80390c865e335188295d9b1 Mon Sep 17 00:00:00 2001 From: "Riley L." Date: Mon, 12 May 2025 12:42:59 +0200 Subject: [PATCH] change some print thingys --- script.js | 1 + style.css | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/script.js b/script.js index 6cf375a..6c86814 100644 --- a/script.js +++ b/script.js @@ -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 != "") diff --git a/style.css b/style.css index bcb9ca8..ce7329c 100644 --- a/style.css +++ b/style.css @@ -422,6 +422,10 @@ form.disabled input { display: block; } + table.productlist { + width: 100%; + } + .userlist a, ul { display: block; @@ -450,4 +454,8 @@ form.disabled input { form { display: none; } + + section.firstletterlist { + display: none; + } }