From 4b7b977db2a981e3c624cf3438323cf1bff0140c Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 5 Jan 2013 10:04:10 +0000 Subject: minor optimization on photos_add_direct git-svn-id: http://piwigo.org/svn/trunk@19828 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/photos_add_direct.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes') diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl index 3ebfff1d4..6794e0407 100644 --- a/admin/themes/default/template/photos_add_direct.tpl +++ b/admin/themes/default/template/photos_add_direct.tpl @@ -76,11 +76,13 @@ jQuery(document).ready(function(){ jQuery("#uploadWarningsSummary a.showInfo").click(function() { jQuery("#uploadWarningsSummary").hide(); jQuery("#uploadWarnings").show(); + return false; }); jQuery("#showPermissions").click(function() { jQuery(this).parent(".showFieldset").hide(); jQuery("#permissions").show(); + return false; }); {/literal} -- cgit v1.2.3