From b5afc4dc43a4fc9b0ccedd7a04e0f5a757bf09a6 Mon Sep 17 00:00:00 2001 From: wfxey <158351052+wfxey@users.noreply.github.com> Date: Tue, 23 Jul 2024 22:29:22 +0200 Subject: [PATCH] Delete JS/showsidebar.js Signed-off-by: wfxey <158351052+wfxey@users.noreply.github.com> --- JS/showsidebar.js | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 JS/showsidebar.js diff --git a/JS/showsidebar.js b/JS/showsidebar.js deleted file mode 100644 index 30e4962..0000000 --- a/JS/showsidebar.js +++ /dev/null @@ -1,4 +0,0 @@ -function toggleSidebar() { - const sidebar = document.getElementById('sidebar'); - sidebar.classList.toggle('active'); -}