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

View File

@ -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";