mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 17:23:04 +02: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') {
|
if (jQuery('[name="selectAction"]').val() == 'metadata') {
|
||||||
|
e.preventDefault();
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
jQuery('.bulkAction').hide();
|
jQuery('.bulkAction').hide();
|
||||||
jQuery('#regenerationText').html(lang.syncProgressMessage);
|
jQuery('#regenerationText').html(lang.syncProgressMessage);
|
||||||
|
|||||||
Reference in New Issue
Block a user