summaryrefslogtreecommitdiff
path: root/static/script.js
diff options
context:
space:
mode:
authorMarvin Borner2019-11-11 16:54:53 +0100
committerMarvin Borner2019-11-11 16:54:53 +0100
commit5e0898c9794a6d041a33b4e38e3806119b5c9050 (patch)
treeb0450f84be703c7cf97177152b0caa180e398f2b /static/script.js
parent26e0a26011af580ec24eb158d450a8ffd4afad52 (diff)
idk
Diffstat (limited to 'static/script.js')
-rw-r--r--static/script.js3
1 files changed, 2 insertions, 1 deletions
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
+}