You're not handling the event. The buttons default click event will submit the page.
acc[i].addEventListener("click", function(event) { event.preventDefault();...