Skip to content

Commit

Permalink
fix: remove debug statement in template
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterMosmans committed Jan 12, 2023
1 parent 4326585 commit 48e6e7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/results.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
function toggle_class(className) {
elements = document.getElementsByClassName(className);
for (var i=0, item; item = elements[i]; i++) {
alert(item.style.display);
if (item.style.display === "block") {
item.style.display = "none";
} else {
Expand Down

0 comments on commit 48e6e7c

Please sign in to comment.