From 55b2697d161bfd7afd0d2f27ca4533b4623deb59 Mon Sep 17 00:00:00 2001
From: Traboulsi <salam.traboulsi@hft-stuttgart.de>
Date: Wed, 25 Oct 2023 07:57:09 +0000
Subject: [PATCH] Update public/index.html

---
 public/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/index.html b/public/index.html
index 34ae1fb..6421768 100644
--- a/public/index.html
+++ b/public/index.html
@@ -189,7 +189,7 @@
     </div>
     <div class="container" style="height:70px;">
       <!--<p>Filter:</p>-->
-      <button class="btn" style="background-color: lightgray;" id="filterall" onclick="filter(All)">All</button>
+      <button class="btn" style="background-color: lightgray;" id="filterall" onclick="filter('All')">All</button>
 	    <button class="btn" style="background-color: lightgray;" id="filter2023" onclick="filter(2023)">2023</button>
 	    <button class="btn" style="background-color: lightgray;" id="filter2022" onclick="filter(2022)">2022</button>
       <button class="btn" style="background-color: lightgray;" id="filter2021" onclick="filter(2021)">2021</button>
-- 
GitLab