diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-05 20:48:03 +0000 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2014-06-05 20:48:03 +0000 |
commit | 359814eee7a1a5de0af5a096aed8adf974608099 (patch) | |
tree | ac0ef3bfbea925d3cd75b5daa8565f735839dcec /view/tpl/comment_item.tpl | |
parent | 6ccf6455c4691ca2e90403ff9fbaa21b86512190 (diff) | |
parent | fed8b6b5664bdebaf1389bbf6269fc42af1f3c50 (diff) | |
download | volse-hubzilla-359814eee7a1a5de0af5a096aed8adf974608099.tar.gz volse-hubzilla-359814eee7a1a5de0af5a096aed8adf974608099.tar.bz2 volse-hubzilla-359814eee7a1a5de0af5a096aed8adf974608099.zip |
Merge branch 'master' of https://github.com/friendica/red
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> |