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/index.html | 2 +- quotes/public/script.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/quotes/public/index.html b/quotes/public/index.html index b91d1e1..b2e4fa2 100644 --- a/quotes/public/index.html +++ b/quotes/public/index.html @@ -23,7 +23,7 @@
Zitate - + 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