[-] Project : fix on template

This commit is contained in:
fSerny
2011-12-14 16:53:50 +00:00
parent fae43d8547
commit 8045e0128d

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}