diff options
Diffstat (limited to 'view/theme/dispy/comment_item.tpl')
-rw-r--r-- | view/theme/dispy/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/comment_item.tpl b/view/theme/dispy/comment_item.tpl index 371477c5b..b4fbae5df 100644 --- a/view/theme/dispy/comment_item.tpl +++ b/view/theme/dispy/comment_item.tpl @@ -42,7 +42,7 @@ class="comment-edit-text-empty" name="body" onfocus="commentOpen(this,$id);tautogrow($id);cmtBbOpen($id);" - onblur="commentClose(this,$id);cmtBbClose($id);" + onblur="commentClose(this,$id);" placeholder="Comment">$comment</textarea> {{ if $qcomment }} <div class="qcomment-wrapper"> |