(cp f0ed96d93) fixes #1296 avoid posting page form before AJAX calls are finished

This commit is contained in:
plegall
2024-06-19 15:00:40 +02:00
parent e5e603d3d8
commit 3507b2deb6

View File

@@ -263,6 +263,7 @@ jQuery('#applyAction').click(function(e) {
}
if (jQuery('[name="selectAction"]').val() == 'metadata') {
e.preventDefault();
e.stopPropagation();
jQuery('.bulkAction').hide();
jQuery('#regenerationText').html(lang.syncProgressMessage);