function showMsg()

in public/js/main.js [25:28]


function showMsg(msg) {
    msgBoxEl.classList.add('active');
    msgBoxEl.innerHTML = msg;
}