mirror of
https://github.com/friendica/friendica
synced 2024-11-18 08:23:53 +00:00
Improved check for existing data
This commit is contained in:
parent
d6662d65dd
commit
9870c8584f
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ function liveUpdate(src) {
|
||||||
in_progress = false;
|
in_progress = false;
|
||||||
update_item = 0;
|
update_item = 0;
|
||||||
|
|
||||||
if (data.length < 100) {
|
if ($('.wall-item-body', data).length == 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue