1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-24 04:44:03 +00:00

Fix refresh after commenting

This commit is contained in:
Michael 2025-02-10 23:46:05 +00:00
parent 2d2fad981b
commit 98445a14e4

View file

@ -632,11 +632,13 @@ function liveUpdate(src) {
var orgHeight = $("section").height();
var update_url = getUpdateUrl(src);
if (force_update) {
force_update = false;
}
$.get('update_' + getUpdateUrl(src), function(data) {
$.get('update_' + update_url, function(data) {
in_progress = false;
update_item = 0;