From 1a4064be443d3955078765719c52c9a0cae79474 Mon Sep 17 00:00:00 2001 From: Alfakhori Date: Mon, 16 Feb 2026 08:18:58 +0100 Subject: [PATCH] Fix filtering function for 2023 bug --- public/js/paperfilter.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/paperfilter.js b/public/js/paperfilter.js index 8b41a42..bdc4559 100644 --- a/public/js/paperfilter.js +++ b/public/js/paperfilter.js @@ -109,7 +109,6 @@ function filter(year){ document.getElementById("filter2019").style.backgroundColor = "lightgrey" document.getElementById("filter2020").style.backgroundColor = "lightgrey" document.getElementById("filter2022").style.backgroundColor = "lightgrey" - document.getElementById("filter2023").style.backgroundColor = "lightgrey" document.getElementById("filter2022").innerHTML = "2022" document.getElementById("filter2019").innerHTML = "2019" document.getElementById("filter2023").innerHTML = "2023 (" + count +")" -- GitLab