Go Blue
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;
}
Who’s got it better than us?
Nobody! Way back in December 2007 I started a new job at Progressive where soon I discovered another guy donning the maize and blue. It’s… Read itWho’s got it better than us?