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
parent dbadc4ce0a
commit 47213d7576
2 changed files with 3 additions and 2 deletions

View File

@ -216,7 +216,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";