small fixes
- variable homeButton was removed in SEAWebClientMain.js - add webserver.log to .gitignore
This commit is contained in:
@ -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";
|
||||
|
Reference in New Issue
Block a user