aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--quotes/public/index.html12
2 files changed, 7 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 113c313..6ff283c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
*.db
*lock*
node_*
+.vscode/
*.env
*.csv
users.json
diff --git a/quotes/public/index.html b/quotes/public/index.html
index 8853ee4..b91d1e1 100644
--- a/quotes/public/index.html
+++ b/quotes/public/index.html
@@ -32,17 +32,17 @@
</form>
<button id="open_TGI13.1">TGI13.1</button>
- <ul style="display: none" id="TGI13.1"></ul>
+ <ul style="display: none;" id="TGI13.1"></ul>
<button id="open_TGI13.2">TGI13.2</button>
- <ul style="display: none" id="TGI13.2"></ul>
+ <ul style="display: none;" id="TGI13.2"></ul>
<button id="open_TGM13.1">TGM13.1</button>
- <ul style="display: none" id="TGM13.1"></ul>
+ <ul style="display: none;" id="TGM13.1"></ul>
<button id="open_TGM13.2">TGM13.2</button>
- <ul style="display: none" id="TGM13.2"></ul>
+ <ul style="display: none;" id="TGM13.2"></ul>
<button id="open_TGTM13.1">TGTM13.1</button>
- <ul style="display: none" id="TGTM13.1"></ul>
+ <ul style="display: none;" id="TGTM13.1"></ul>
<button id="open_teacher">Lehrer</button>
- <ul style="display: none" id="teacher"></ul>
+ <ul style="display: none;" id="teacher"></ul>
</main>
<script src="script.js" charset="utf-8"></script>