diff options
Diffstat (limited to 'quotes/public')
-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", |