[-] Project : fix on template

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11223 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
fSerny
2011-12-14 16:53:50 +00:00
parent 931d79ac7f
commit 313b46212f
+1 -1
View File
@@ -39,7 +39,7 @@
{if isset($smarty.get.anchor)}
$('document').ready( function() {
$.scrollTo('#{$smarty.get.anchor|htmlentities}', 1200, {literal}{offset: -100}{/literal});
$.scrollTo('#{$smarty.get.anchor|htmlentities|replace:'(':''|replace:')':''|replace:'{':''|replace:'}':''}', 1200, {literal}{offset: -100}{/literal});
});
{/if}