mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02: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
Add a link
Reference in a new issue