Fixed #1453: Comment placeholder not disappear after submitting

This commit is contained in:
Lucas Bartholemy 2016-02-02 02:36:42 +01:00
parent 7461cc1cea
commit abb469a4a8

View File

@ -37,6 +37,7 @@ use humhub\widgets\AjaxButton;
$('#newCommentForm_" . $id . "_contenteditable').show();
$('.comment-buttons').show();
resetUploader('comment_upload_" . $id . "');
$('#newCommentForm_" . $id . "_contenteditable').focus();
}";
echo AjaxButton::widget([