diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-06-05 18:06:53 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-06-05 18:06:53 +0000 |
commit | 34e6f1aa4905228d317511cdd4b57b759261ad39 (patch) | |
tree | 0d6339d82ffdaec1e9cc209b4d67717aebb566a8 /admin/themes | |
parent | 29970791817164b0c158cbdc961bb93160721af1 (diff) |
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
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 2 |
1 files changed, 2 insertions, 0 deletions
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} |