From 34e6f1aa4905228d317511cdd4b57b759261ad39 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 5 Jun 2012 18:06:53 +0000 Subject: multisize - avoid php warning for rotation_angle; better error logging; javascript avoid navigation to empty # anchor git-svn-id: http://piwigo.org/svn/trunk@15551 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/configuration.tpl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes/default') diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index 3c87f1186..7fbbb26ad 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -293,6 +293,7 @@ jQuery(document).ready(function(){ var sizeName = jQuery(this).attr("id").split("-")[1]; jQuery("#sizeEdit-"+sizeName).toggle(); jQuery(this).hide(); + return false; }); jQuery(".cropToggle").click(function() { @@ -490,6 +491,7 @@ jQuery(document).ready(function() { jQuery(".addWatermarkOpen").click(function(){ jQuery("#addWatermark, #selectWatermark").toggle(); + return false; }); }); {/literal}{/footer_script} -- cgit v1.2.3