diff options
author | marijus <mario@mariovavti.com> | 2014-06-05 17:53:06 +0200 |
---|---|---|
committer | marijus <mario@mariovavti.com> | 2014-06-05 17:53:06 +0200 |
commit | fed8b6b5664bdebaf1389bbf6269fc42af1f3c50 (patch) | |
tree | 005f1a0d7327da818dd1a8990ce275f8539a62bd /view/tpl/comment_item.tpl | |
parent | 48f856e84cb117b6224ae7a1e0cac30070f1af24 (diff) | |
download | volse-hubzilla-fed8b6b5664bdebaf1389bbf6269fc42af1f3c50.tar.gz volse-hubzilla-fed8b6b5664bdebaf1389bbf6269fc42af1f3c50.tar.bz2 volse-hubzilla-fed8b6b5664bdebaf1389bbf6269fc42af1f3c50.zip |
move new comment open/close js functions to core so they can be used by other themes
Diffstat (limited to 'view/tpl/comment_item.tpl')
-rwxr-xr-x | view/tpl/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/comment_item.tpl b/view/tpl/comment_item.tpl index 13c827b77..423d13d88 100755 --- a/view/tpl/comment_item.tpl +++ b/view/tpl/comment_item.tpl @@ -10,7 +10,7 @@ <input type="hidden" name="return" value="{{$return_path}}" /> <input type="hidden" name="jsreload" value="{{$jsreload}}" /> <input type="hidden" name="preview" id="comment-preview-inp-{{$id}}" value="0" /> - <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenRedbasic(this,{{$id}});" onBlur="commentCloseRedbasic(this,{{$id}});" >{{$comment}}</textarea> + <textarea id="comment-edit-text-{{$id}}" class="comment-edit-text-empty" name="body" onFocus="commentOpenUI(this,{{$id}});" onBlur="commentCloseUI(this,{{$id}});" >{{$comment}}</textarea> {{if $qcomment}} <select id="qcomment-select-{{$id}}" name="qcomment-{{$id}}" class="qcomment" onchange="qCommentInsert(this,{{$id}});" > <option value=""></option> |