mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-28 20:43:48 +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
|
cancelButton: lang.Cancel
|
||||||
});
|
});
|
||||||
|
|
||||||
jQuery('[data-add-album]').pwgAddAlbum();
|
jQuery(function() {
|
||||||
|
jQuery('[data-add-album]').pwgAddAlbum();
|
||||||
|
});
|
||||||
|
|
||||||
$("input[name=remove_author]").click(function () {
|
$("input[name=remove_author]").click(function () {
|
||||||
if ($(this).is(':checked')) {
|
if ($(this).is(':checked')) {
|
||||||
|
|||||||
Reference in New Issue
Block a user