From 51ca21d20957b10cf4b33f05e1e42f4afa2ab680 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 6 Jun 2021 22:42:18 +0200 Subject: fixed lars --- quotes/public/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'quotes/public/script.js') 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", -- cgit v1.2.3