diff options
author | Marvin Borner | 2020-10-10 11:27:18 +0200 |
---|---|---|
committer | Marvin Borner | 2020-10-10 11:27:18 +0200 |
commit | 54837fbd3614f97c06675ca416859dcbe96e1190 (patch) | |
tree | a06e1150f60c850201110614fbccbcc1afcfc733 /quotes | |
parent | f91f414f3ecac85c2b3a44193fadda3d79cd600c (diff) |
Fixed teacher quotes
Diffstat (limited to 'quotes')
-rw-r--r-- | quotes/public/script.js | 2 |
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>`); |