From e8f987a4b48842ab5148470f0a8f18c61c22d68d Mon Sep 17 00:00:00 2001 From: l_samenv Date: Wed, 11 Sep 2024 09:42:06 +0200 Subject: [PATCH] removed navigation on house click --- client/jsFiles/SEAWebClientMain.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/client/jsFiles/SEAWebClientMain.js b/client/jsFiles/SEAWebClientMain.js index 87d007a..10b5e0c 100644 --- a/client/jsFiles/SEAWebClientMain.js +++ b/client/jsFiles/SEAWebClientMain.js @@ -154,9 +154,11 @@ window.onload = function() { swiper[s] = insertSwiper(s); } var homeButton = document.getElementById("home-icon"); - homeButton.onclick = function () { - window.location = "http://" + location.hostname + ":8800/"; - }; + + // TODO : uncomment this code with the right URL to navigate to when the way to select the instrument will be decided. + // homeButton.onclick = function () { + // window.location = "http://" + location.hostname + ":8800/"; + // }; buildUpdateConnection(); if (location.hash) { console.log("hash in url", location.hash);