reset qcomment selector after insert.

pull/270/merge
friendica 2012-04-26 21:53:40 -07:00
rodzic d3992b78e6
commit a1f94ac59f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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