Page 1 of 1

{$comment_onchange}?

Posted: Wed Sep 07, 2011 12:52 pm
by yellowled
I'm working on replacing inline JS in templates by jQuery substitutes. I'm stuck at this one (comments.tpl):

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>
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

Re: {$comment_onchange}?

Posted: Wed Sep 07, 2011 1:41 pm
by Timbalu

Re: {$comment_onchange}?

Posted: Wed Sep 07, 2011 1:56 pm
by yellowled
Timbalu wrote:remember this? :wink:
Obviously not. :wink: Thanks.

YL