From b6905e566c676578278d6041e59352ad95641a30 Mon Sep 17 00:00:00 2001 From: Andreas Erhard Date: Fri, 4 Aug 2017 17:39:27 +0200 Subject: [PATCH] fixed wrong js comment --- static/main.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/static/main.js b/static/main.js index 28bfa31..e893bcc 100644 --- a/static/main.js +++ b/static/main.js @@ -84,11 +84,11 @@ function addKeyListeners() { }; - // TODO: make sure that only sound buttons get selected, not ALL a-tags. See d4377e0f49dc8dd5787f4466c9ab7f7e7cd37ec5#note_857 // keyboard listener for playing sounds using enter key - var all_a_s = document.getElementsByTagName("a"); - for(i=0; i