diff options
author | Marvin Borner | 2021-06-06 22:42:18 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-06 22:42:18 +0200 |
commit | 51ca21d20957b10cf4b33f05e1e42f4afa2ab680 (patch) | |
tree | e39e39647972fe187eaf30e623cbda8d5cd41c92 /quotes/public/script.js | |
parent | f98e8667530bf2694e97972b706022afdcf40b91 (diff) |
fixed lars
Diffstat (limited to 'quotes/public/script.js')
-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 be2533b..7098b53 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", "teacher"]; +const classes = ["TGM13.1", "TGM13.2", "TGTM13", "TGI13.1", "TGI13.2", "teacher"]; dropdown.insertAdjacentHTML( "beforeend", |