aboutsummaryrefslogtreecommitdiffstats
path: root/view/head.tpl
diff options
context:
space:
mode:
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('&','&');
ins = ins.replace('"','"');
$("#comment-edit-text-" + id).val(tmpStr + ins);
+ $(obj).val('');
}
function showHideComments(id) {