aboutsummaryrefslogtreecommitdiff
path: root/quotes
diff options
context:
space:
mode:
Diffstat (limited to 'quotes')
-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 55eeb5f..f8486f9 100644
--- a/quotes/public/script.js
+++ b/quotes/public/script.js
@@ -1,5 +1,5 @@
const dropdown = document.getElementById("author");
-const classes = ["TGM13.1", "TGM13.2", "TGTM13.1", "TGI13.1", "TGI13.2", "Lehrer"];
+const classes = ["TGM13.1", "TGM13.2", "TGTM13.1", "TGI13.1", "TGI13.2", "teacher"];
dropdown.insertAdjacentHTML("beforeend", '<option selected="true" disabled>Author auswählen...</option>');
dropdown.insertAdjacentHTML("beforeend", `<option disabled>--${classes[0]}--</option>`);