mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #1296 avoid posting page form before AJAX calls are finished
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user