{$comment_onchange}?
Posted: Wed Sep 07, 2011 12:52 pm
I'm working on replacing inline JS in templates by jQuery substitutes. I'm stuck at this one (comments.tpl):
Most of it I get, but what is {$comment_onchange}? What does it do? I grepped over all files in include/, but I didn't find a hint …
YL
Code: Select all
<a class="comment_reply" href="#serendipity_CommentForm" id="serendipity_reply_{$comment.id}" onclick="document.getElementById('serendipity_replyTo').value='{$comment.id}'; {$comment_onchange}">{$CONST.REPLY}</a>
<div id="serendipity_replyform_{$comment.id}"></div>YL