From 5a042d80908ae3ca3a5a7bdc72c41d8d34652769 Mon Sep 17 00:00:00 2001 From: Boof <97455552+hexahigh@users.noreply.github.com> Date: Fri, 14 Apr 2023 11:40:55 +0200 Subject: [PATCH] e --- index-allpage.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index-allpage.js b/index-allpage.js index ab87b71..68272c9 100644 --- a/index-allpage.js +++ b/index-allpage.js @@ -24,6 +24,7 @@ function navShow() { navMenuImg.src = '../data/images/menu.svg'; } else { navMenuImg.src = '/data/images/menu.svg'; + console.log("you are on the homepage") } } else { navMobileContentClose.classList.toggle('nav-mobile-content'); @@ -31,6 +32,7 @@ function navShow() { navMenuImg.src = '../data/images/close.svg'; } else { navMenuImg.src = '/data/images/close.svg'; + console.log("you are on the homepage") } } }