summaryrefslogtreecommitdiffstats
path: root/js/initialize.js
diff options
context:
space:
mode:
authorrstular <rok@stular.eu>2020-02-05 11:18:06 +0100
committerGitHub <noreply@github.com>2020-02-05 11:18:06 +0100
commit5088c34735cd4f1fc9ae8162ed1a43838a2a4b20 (patch)
tree07a81116d656f96b88e7ff374d0faff5fbaa2947 /js/initialize.js
parentMerge pull request #4 from beziapp/dev (diff)
parentMerge branch 'dev' of https://github.com/beziapp/beziapp.github.io into dev (diff)
downloadbeziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar.gz
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar.bz2
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar.lz
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar.xz
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.tar.zst
beziapp-5088c34735cd4f1fc9ae8162ed1a43838a2a4b20.zip
Diffstat (limited to 'js/initialize.js')
-rw-r--r--js/initialize.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/initialize.js b/js/initialize.js
index bfad5fc..39ed505 100644
--- a/js/initialize.js
+++ b/js/initialize.js
@@ -28,7 +28,7 @@ localforage.getItem("logged_in")
} else if (value === false) {
window.location.replace("/login.html");
} else {
- window.location.replace("/pages/teachers.html");
+ window.location.replace("/pages/timetable.html");
}
}
).catch(