diff --git a/www/index.html b/www/index.html
index 592569f..9af9573 100644
--- a/www/index.html
+++ b/www/index.html
@@ -610,7 +610,6 @@
-
@@ -626,16 +625,9 @@
endDate: new Date(2023, 10, 26, 5),
groupEventsByLocation: true
});
- $('.popup-trigger').click(function(){
- $(this).children($('.popup')).toggleClass("show")
- });
- $('.popup-trigger').mouseenter(function(){
- $(this).children($('.popup')).addClass("show")
- });
- $('.popup-trigger').mouseleave(function(){
- $(this).children($('.popup')).removeClass("show")
- });
});
+
+