From e8db49605aab15d80df126530a4a3acfeaa7082f Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 12 Oct 2020 17:30:16 +0200 Subject: Fixed chrom{e,ium} disabled select submissions --- poll/public/script.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'poll/public/script.js') diff --git a/poll/public/script.js b/poll/public/script.js index 09f8c93..5cca71a 100644 --- a/poll/public/script.js +++ b/poll/public/script.js @@ -7,7 +7,9 @@ if (!["teacher", "pupil"].includes(type)) window.location.href = "/"; dropdown.insertAdjacentHTML( "beforeend", - '", + '", ); document.querySelector("legend").innerText = type == "teacher" ? "Lehrer-Ranking" : "Schüler-Ranking"; document.querySelector("p").innerText = "Welche/r " + (type == "teacher" ? "Lehrer/in" : "Schüler/in") + "..."; -- cgit v1.2.3