foodie
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;
}
Trentina
Since moving to Cleveland one thing I’ve discovered is that it has one of the most incredible culinary scenes that can match, and in some… Read itTrentina