From 5e0898c9794a6d041a33b4e38e3806119b5c9050 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 11 Nov 2019 16:54:53 +0100 Subject: idk --- static/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/script.js') diff --git a/static/script.js b/static/script.js index edd399a..cfab383 100644 --- a/static/script.js +++ b/static/script.js @@ -24,6 +24,7 @@ function renderTable(data) { if ( (subject === "f" && !configs.f) || (subject === "f" && teachers[index] !== configs.f) || (subject === "ph" && !configs.ph) || (subject === "ph" && teachers[index] !== configs.ph) || + (subject === "phl" && !configs.ph) || (subject === "phl" && teachers[index] !== configs.ph) || (subject === "ch" && !configs.ch) || (subject === "ch" && teachers[index] !== configs.ch) || (subject === "s" && teachers[index] !== configs.s) || (subject === "eth" && configs.e !== "eth") || @@ -128,4 +129,4 @@ function getWeekType() { alert("Ferien!"); return "a" } -} \ No newline at end of file +} -- cgit v1.2.3