Washington
function toggleCommentArea(el, selector) {
const wrapper = document.getElementById(selector);
const buttonText = wrapper.classList.contains('nv-comments-hidden') ?
"Hide comments" :
"Show comments";
wrapper.classList.toggle('nv-comments-hidden');
el.textContent = buttonText;
}
Brosquatch 1.0
July 12-16, 2023 Growing up I never had long-term friends due to moving around a lot. From many places around Ohio to Arizona and California… Read itBrosquatch 1.0