summaryrefslogtreecommitdiffstats
path: root/public/regform.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/regform.js')
-rw-r--r--public/regform.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/regform.js b/public/regform.js
index bcea7fa..332557d 100644
--- a/public/regform.js
+++ b/public/regform.js
@@ -4,6 +4,7 @@ document.addEventListener("DOMContentLoaded", function() {
};
for (let toggler of document.getElementsByClassName('add-song-button')) {
+ toggler.classList.remove('collapsed');
toggler.onclick = function() {
this.style.display = "none";
let n = toggler.dataset.songNumber;