diff options
Diffstat (limited to 'view/head.tpl')
-rw-r--r-- | view/head.tpl | 1 |
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) { |