aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-04-26 21:53:40 -0700
committerfriendica <info@friendica.com>2012-04-26 21:53:40 -0700
commita1f94ac59f677c61e97facb2835883191a9e48af (patch)
treeee1e97a2374a104ad966507a315a8947b5adb715 /view/head.tpl
parentd3992b78e6acb8c8b6e475196083e36d72b03490 (diff)
downloadvolse-hubzilla-a1f94ac59f677c61e97facb2835883191a9e48af.tar.gz
volse-hubzilla-a1f94ac59f677c61e97facb2835883191a9e48af.tar.bz2
volse-hubzilla-a1f94ac59f677c61e97facb2835883191a9e48af.zip
reset qcomment selector after insert.
Diffstat (limited to 'view/head.tpl')
-rw-r--r--view/head.tpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/view/head.tpl b/view/head.tpl
index cd6f5ca97..7638e56ca 100644
--- a/view/head.tpl
+++ b/view/head.tpl
@@ -79,6 +79,7 @@
ins = ins.replace('&amp;','&');
ins = ins.replace('&quot;','"');
$("#comment-edit-text-" + id).val(tmpStr + ins);
+ $(obj).val('');
}
function showHideComments(id) {