mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-28 12:33:44 +02:00
fixes #2571 batch manager call pwgAddAlbum on document ready
This commit is contained in:
@@ -98,7 +98,9 @@ jQuery('[data-datepicker]').pwgDatepicker({
|
||||
cancelButton: lang.Cancel
|
||||
});
|
||||
|
||||
jQuery('[data-add-album]').pwgAddAlbum();
|
||||
jQuery(function() {
|
||||
jQuery('[data-add-album]').pwgAddAlbum();
|
||||
});
|
||||
|
||||
$("input[name=remove_author]").click(function () {
|
||||
if ($(this).is(':checked')) {
|
||||
|
||||
Reference in New Issue
Block a user