function updateButton()

in app/static/utilities.js [89:92]


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