aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/js/batchManagerGlobal.js
diff options
context:
space:
mode:
authormistic100 <mistic@piwigo.org>2014-11-30 12:47:59 +0000
committermistic100 <mistic@piwigo.org>2014-11-30 12:47:59 +0000
commitf1a7d6b66e9405b56a73691947e7d042c1fd96f6 (patch)
tree2cd474f8671564a3ea3d3fdcb34edd9037167f48 /admin/themes/default/js/batchManagerGlobal.js
parent5f80cb589cfae256be7aafcb6eae961073ed77a6 (diff)
bug 3183: Improve album creation
update popup selectize with new album init popup selectize with main selectize value git-svn-id: http://piwigo.org/svn/trunk@30630 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--admin/themes/default/js/batchManagerGlobal.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/js/batchManagerGlobal.js b/admin/themes/default/js/batchManagerGlobal.js
index e3d4a3455..50fadb1f1 100644
--- a/admin/themes/default/js/batchManagerGlobal.js
+++ b/admin/themes/default/js/batchManagerGlobal.js
@@ -111,7 +111,7 @@ jQuery('[data-datepicker]').pwgDatepicker({
cancelButton: lang.Cancel
});
-jQuery('[data-add-album]').pwgAddAlbum({ cache: categoriesCache });
+jQuery('[data-add-album]').pwgAddAlbum();
$("input[name=remove_author]").click(function () {
if ($(this).is(':checked')) {