small fixes

- variable homeButton was removed in SEAWebClientMain.js
- add webserver.log to .gitignore
This commit is contained in:
l_samenv
2025-03-19 11:50:06 +01:00
committed by Markus Zolliker
parent bc9c1361e5
commit 56f85d9a39
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@
__pycache__ __pycache__
.idea .idea
log log
webserver.log
client/favicon_package_v0 client/favicon_package_v0
client/favicon.ico client/favicon.ico
client/favicon192.png_old client/favicon192.png_old

View File

@ -215,7 +215,7 @@ window.onload = function() {
// swiper[s] = insertSwiper(s); // swiper[s] = insertSwiper(s);
// } // }
// var homeButton = document.getElementById("home-icon"); var homeButton = document.getElementById("home-icon");
homeButton.onclick = function () { homeButton.onclick = function () {
window.location = "/select_experiment"; window.location = "/select_experiment";