Chrome was raising this Javascript error:
"Uncaught SyntaxError: Illegal return statement"
Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
{ldelim}
"title" : "{$term.name|replace:'"':'\\"'}{if t($filter)} ({$term.nb} {$filter}{if $term.nb > 1}s{/if}){/if}",
"attr" : {ldelim}
- {if !$jtid}"href" : "javascript:return false;",
+ {if !$jtid}"href" : "javascript:void(0)",
{elseif $attrfunc}"href" : "javascript:{$attrfunc}('{$treeid}','{$term.jtid}',\"{$term.full_name|replace:'"':'\\\\\\"'}\")",{/if}
"title" : "{$term.full_name|replace:'"':'\\"'}"
{rdelim}