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