reset qcomment selector after insert.

This commit is contained in:
friendica 2012-04-26 21:53:40 -07:00
parent d3992b78e6
commit a1f94ac59f
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@
ins = ins.replace('&','&');
ins = ins.replace('"','"');
$("#comment-edit-text-" + id).val(tmpStr + ins);
$(obj).val('');
}
function showHideComments(id) {