diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 06:42:08 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-20 06:42:08 -0400 |
commit | 5d2dd5798bcb8d9b100f0a19b822b0477c546160 (patch) | |
tree | fe7082a2f5e50a999093cd38c095494b3cf41e52 /view/theme/dispy-dark/comment_item.tpl | |
parent | eb9ddb884a9fa2c9a1cc351830e953cf477a3a40 (diff) | |
download | volse-hubzilla-5d2dd5798bcb8d9b100f0a19b822b0477c546160.tar.gz volse-hubzilla-5d2dd5798bcb8d9b100f0a19b822b0477c546160.tar.bz2 volse-hubzilla-5d2dd5798bcb8d9b100f0a19b822b0477c546160.zip |
fix the buttons. don't hide the buttons once shown
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/comment_item.tpl')
-rw-r--r-- | view/theme/dispy-dark/comment_item.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy-dark/comment_item.tpl b/view/theme/dispy-dark/comment_item.tpl index 371477c5b..b4fbae5df 100644 --- a/view/theme/dispy-dark/comment_item.tpl +++ b/view/theme/dispy-dark/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"> |