From 8cac8a68132b82964c4ca3fda8e21fbb06bfbc8c Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Mon, 19 Oct 2020 20:25:42 +0200
Subject: Little oopsie
---
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 4c19953..cf3229a 100644
--- a/quotes/public/script.js
+++ b/quotes/public/script.js
@@ -3,7 +3,7 @@ const classes = ["TGM13.1", "TGM13.2", "TGTM13.1", "TGI13.1", "TGI13.2", "teache
dropdown.insertAdjacentHTML(
"beforeend",
- '',
+ '',
);
dropdown.insertAdjacentHTML("beforeend", ``);
--
cgit v1.2.3