mirror of
https://github.com/friendica/friendica
synced 2025-02-22 07:26:48 +00:00
Merge pull request #14806 from annando/refresh
Fix refresh after commenting
This commit is contained in:
commit
4d9b91ac96
1 changed files with 3 additions and 1 deletions
|
@ -632,11 +632,13 @@ function liveUpdate(src) {
|
||||||
|
|
||||||
var orgHeight = $("section").height();
|
var orgHeight = $("section").height();
|
||||||
|
|
||||||
|
var update_url = getUpdateUrl(src);
|
||||||
|
|
||||||
if (force_update) {
|
if (force_update) {
|
||||||
force_update = false;
|
force_update = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
$.get('update_' + getUpdateUrl(src), function(data) {
|
$.get('update_' + update_url, function(data) {
|
||||||
in_progress = false;
|
in_progress = false;
|
||||||
update_item = 0;
|
update_item = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue