diff options
Diffstat (limited to 'static/script.js')
-rw-r--r-- | static/script.js | 3 |
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 +} |