diff --git a/.gitignore b/.gitignore index d438ac3..02ba1a1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ __pycache__ .idea log +webserver.log client/favicon_package_v0 client/favicon.ico -client/favicon192.png_old \ No newline at end of file +client/favicon192.png_old diff --git a/client/jsFiles/SEAWebClientMain.js b/client/jsFiles/SEAWebClientMain.js index 94f4acc..550c3ee 100644 --- a/client/jsFiles/SEAWebClientMain.js +++ b/client/jsFiles/SEAWebClientMain.js @@ -215,7 +215,7 @@ window.onload = function() { // swiper[s] = insertSwiper(s); // } - // var homeButton = document.getElementById("home-icon"); + var homeButton = document.getElementById("home-icon"); homeButton.onclick = function () { window.location = "/select_experiment";