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
This commit is contained in:
mistic100
2014-11-30 12:47:59 +00:00
parent 5f80cb589c
commit f1a7d6b66e
5 changed files with 75 additions and 77 deletions
@@ -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')) {