From c9eff2d77d652bdcf1d8da26fda6ba02eadae880 Mon Sep 17 00:00:00 2001 From: Andreas Erhard Date: Tue, 7 Nov 2017 11:38:41 +0100 Subject: [PATCH] added title tag to a/button HTML element --- static/main.js | 1 + templates/index.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/static/main.js b/static/main.js index 01f86b4..8f5784e 100644 --- a/static/main.js +++ b/static/main.js @@ -102,6 +102,7 @@ function addKeyListeners() { source.classList.remove("sound-pressed"); } }); + }); } diff --git a/templates/index.html b/templates/index.html index 3e31879..2d381e3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -42,7 +42,7 @@
{% for sound in sounds %} -
{{ sound.split('.', 1)[0] }}
+
{{ sound.split('.', 1)[0] }}
{% endfor %}