Updates for govuk pr followup

This commit is contained in:
Alex Janousek
2025-10-07 12:29:08 -04:00
parent b0527c1fd8
commit f647b09ac2
9 changed files with 4 additions and 85 deletions

View File

@@ -30,10 +30,6 @@
});
$cancelButton.prop('disabled', true);
}, 50); // Small delay to ensure form submits first
setTimeout(() => {
renableSubmitButton($submitButton)();
}, 10000); // fallback safety
} else {
setTimeout(() => renableSubmitButton($submitButton)(), 1500);
}