Skip to content
Snippets Groups Projects
Commit a3cc09dc authored by Administrator's avatar Administrator
Browse files

Less js debug output

parent 72729883
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,6 @@ window.onload=function() {
var buttons = document.getElementsByClassName("expansion-button");
for (var i = 0; i < buttons.length; i++) {
var button = buttons[i];
console.log(button);
button.onclick = toggle_expansion;
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment