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 %}