fixes #1296 avoid posting page form before AJAX calls are finished

This commit is contained in:
plegall
2024-06-19 14:48:53 +02:00
parent cd8ba0a456
commit f0ed96d93c

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);