From bdf599a606d9ad4113762f54efce64012521f175 Mon Sep 17 00:00:00 2001 From: "Toerd@480" Date: Thu, 24 Oct 2019 13:40:38 +0200 Subject: [PATCH] fixed uncommented comment --- inc/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/js/main.js b/inc/js/main.js index e09493c..d080e8b 100644 --- a/inc/js/main.js +++ b/inc/js/main.js @@ -54,7 +54,7 @@ function initialize() { }); } else { - remove the indicator on enter + // remove the indicator on enter exhibit.addEventListener("mouseenter", () => { notice[0].remove(); notice[1].remove();