aboutsummaryrefslogtreecommitdiff
path: root/quotes/public/script.js
diff options
context:
space:
mode:
authorMarvin Borner2020-10-06 18:24:22 +0200
committerMarvin Borner2020-10-06 18:24:22 +0200
commitfd15546c012e42867f9b052433f968d7cd2f27da (patch)
tree896d054c7b113f442253923e5ad91dec9583af27 /quotes/public/script.js
parent78a60c48041673005900f6aa5cebcad0f92e5db3 (diff)
Added teachers
FINALLY GOT A LIST...
Diffstat (limited to 'quotes/public/script.js')
-rw-r--r--quotes/public/script.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/quotes/public/script.js b/quotes/public/script.js
index a681e6d..5f40a27 100644
--- a/quotes/public/script.js
+++ b/quotes/public/script.js
@@ -44,7 +44,7 @@ fetch("api/list")
.then((response) => response.json())
.then((response) => appendQuote(response));
-const classes = ["TGI13.1", "TGI13.2", "TGM13.1", "TGM13.2", "TGTM13.1"];
+const classes = ["TGI13.1", "TGI13.2", "TGM13.1", "TGM13.2", "TGTM13.1", "teacher"];
classes.forEach((clazz) => {
document.getElementById("open_" + clazz).addEventListener("click", () => {
const ul = document.getElementById(clazz);