function updateButton()

in app/static/utilities.js [45:48]


    function updateButton() {
        button.attributes.onclick = `removeFromCartInProductCatalog(this)`;
        button.innerText = `Remove`;
    }