small fixes
- variable homeButton was removed in SEAWebClientMain.js - add webserver.log to .gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,6 +5,7 @@
|
||||
__pycache__
|
||||
.idea
|
||||
log
|
||||
webserver.log
|
||||
client/favicon_package_v0
|
||||
client/favicon.ico
|
||||
client/favicon192.png_old
|
||||
client/favicon192.png_old
|
||||
|
@ -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