Fix bypass not auto closing and submitting on non english locale.

indiachan-spamvector
Thomas Lynch 1 year ago
parent 62539ed559
commit 3c56fe9b22
Signed by: fatchan
GPG Key ID: A7E5E8B7E11EE92D
  1. 2
      gulp/res/js/forms.js

@ -66,7 +66,7 @@ function doModal(data, postcallback, loadcallback) {
}
if (postcallback) {
checkInterval = setInterval(() => {
if (modalframe && modalframe.contentDocument.title == 'Success') {
if (modalframe && modalframe.contentDocument.title == __('Success')) {
clearInterval(checkInterval);
removeModal();
postcallback();

Loading…
Cancel
Save