We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ac1d6 commit cf7c8f3Copy full SHA for cf7c8f3
1 file changed
template/photos_add.tpl
@@ -38,6 +38,7 @@ categoriesCache.selectize(jQuery('[data-selectize=categories]'), {
38
});
39
40
jQuery('[data-add-album]').pwgAddAlbum({
41
+ cache: categoriesCache,
42
afterSelect: function() {
43
jQuery("#albumSelection, .selectFiles, .showFieldset").show();
44
}
0 commit comments