function restoreButton()

in app/static/utilities.js [49:52]


    function restoreButton() {
        button.innerText = `Add to Cart`;
        button.attributes.onclick = `addToCartInProductCatalog(this)`;
    }