Nevermind. I forgot to update ajax.jsI see this in Firefox inspectorCode:
Uncaught SyntaxError: expected expression, got keyword 'const'
/template/ajax.js
Code:
// Prevent accidental double submission of form+$('[data-prevent-flood] input[type=submit]').click(function(event) {+const $submitButton = $(this); // Store the button element+const $form = $submitButton.closest('form');
Statistics: Posted by SpIdErPiGgY — Thu Jul 11, 2024 6:50 pm