Comments on [HTML] WINDOWED MODE All Comments

hi !! i was just wondering if you knew how to make the windows be closed by default? :o if so, could you let me know which parts of the code to change to have the windows set to be closed by default? thank you so much for the code btw, it's really lovely !!

Thanks for commenting!! I hope its not too late for a response OTL
CTRL+F "  collapse show  "
and remove instances of "show" and just have collapse


So for example,
"<div id="personality" class="collapse show" aria-hidden="true">"
would be
"<div id="personality" class="collapse" aria-hidden="true">"
It will be closed by default, pressing the button will make it open again!
35cb2c8c6e96175c790d2347dab7130e.png

This is kinda funny, but when I was making the code initially, it was default to close, and it frustrated me so much because I wanted it open the entire time dfgsdfgs anyways I hope I could help!! 

this is really helpful !!! thank you so much <3