aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/default/js
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2014-05-28 09:33:17 +0000
committerplegall <plg@piwigo.org>2014-05-28 09:33:17 +0000
commit682148e9179d52bfc3d85a75f3e6be5bdc3c7c51 (patch)
treef19e6294c8c91aa78265eedd7f21c784264a2bb6 /admin/themes/default/js
parentbe60fee094e10fab1bee10c90665a9c3e37062ab (diff)
feature 2616, customizations for plupload
* bug fixed, remove debug inserts in table "plupload" * display photo title as tooltip on thumbnail * hide useless .plupload_header * hide any other form fieldset until an album is selected git-svn-id: http://piwigo.org/svn/trunk@28552 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/js')
-rw-r--r--admin/themes/default/js/addAlbum.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/themes/default/js/addAlbum.js b/admin/themes/default/js/addAlbum.js
index dec06532e..0efdd8c95 100644
--- a/admin/themes/default/js/addAlbum.js
+++ b/admin/themes/default/js/addAlbum.js
@@ -83,7 +83,7 @@ jQuery.fn.pwgAddAlbum = function(options) {
}
albumParent.val('');
- jQuery('#albumSelection').show();
+ jQuery('#albumSelection, .selectFiles, .showFieldset').show();
},
error: function(XMLHttpRequest, textStatus, errorThrows) {
jQuery('#albumCreationLoading').hide();