mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed #1453: Comment placeholder not disappear after submitting
This commit is contained in:
parent
7461cc1cea
commit
abb469a4a8
@ -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([
|
||||
|
Loading…
x
Reference in New Issue
Block a user