reset qcomment selector after insert.
This commit is contained in:
parent
d3992b78e6
commit
a1f94ac59f
|
@ -79,6 +79,7 @@
|
||||||
ins = ins.replace('&','&');
|
ins = ins.replace('&','&');
|
||||||
ins = ins.replace('"','"');
|
ins = ins.replace('"','"');
|
||||||
$("#comment-edit-text-" + id).val(tmpStr + ins);
|
$("#comment-edit-text-" + id).val(tmpStr + ins);
|
||||||
|
$(obj).val('');
|
||||||
}
|
}
|
||||||
|
|
||||||
function showHideComments(id) {
|
function showHideComments(id) {
|
||||||
|
|
Loading…
Reference in a new issue