From 5a5a5f9825345ee68a71b9fd3b6b6c7afe81310d Mon Sep 17 00:00:00 2001 From: rstular Date: Thu, 30 Jan 2020 00:46:24 +0100 Subject: Attempted to fix blue flash on checkbox, fixed default view --- js/initialize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js') 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( -- cgit v1.2.3