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);