function blurbg()

in htdocs/js/boxer.js [14:17]


function blurbg(blur = false) {
    if (blur) document.body.setAttribute("class", "blurbg");
    else  document.body.setAttribute("class", "");
}