Fix content after submit wall entry (#6336)

This commit is contained in:
Yuriy Bakhtin 2023-05-18 18:48:27 +04:00 committed by GitHub
parent b4e6b04ef4
commit 88e0030611
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ humhub.module('stream.StreamEntry', function (module, require, $) {
dataType: 'html',
}).status({
200: function (response) {
that.$.html(response.html);
that.$.replaceWith(response.html);
that.apply();
that.highlight();
},