mirror of
https://github.com/humhub/humhub.git
synced 2025-01-17 14:18:27 +01:00
Fix content after submit wall entry (#6336)
This commit is contained in:
parent
b4e6b04ef4
commit
88e0030611
@ -193,7 +193,7 @@ humhub.module('stream.StreamEntry', function (module, require, $) {
|
|||||||
dataType: 'html',
|
dataType: 'html',
|
||||||
}).status({
|
}).status({
|
||||||
200: function (response) {
|
200: function (response) {
|
||||||
that.$.html(response.html);
|
that.$.replaceWith(response.html);
|
||||||
that.apply();
|
that.apply();
|
||||||
that.highlight();
|
that.highlight();
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user