taggart

Simple golang tagging filesystem webapp
Log | Files | Refs

commit 8cec14dfe25f462dd99e5c6c14d630a48fff9ac1
parent 28eed2d7b9828b93374896794b11f676404f53a3
Author: breadcat <breadcat@users.noreply.github.com>
Date:   Thu,  2 Oct 2025 17:15:04 +0100

We don't use this script any more

Diffstat:
Dstatic/toggle-help.js | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/static/toggle-help.js b/static/toggle-help.js @@ -1,7 +0,0 @@ -const button = document.getElementById("searchToggle"); -const div = document.getElementById("searchToggleContainer"); -button.addEventListener("click", () => { - div.style.display = (div.style.display === "none" || div.style.display === "") - ? "block" - : "none"; -}); -\ No newline at end of file