sforkowany z mirror/friendica
Improved check for existing data
rodzic
d6662d65dd
commit
9870c8584f
|
@ -620,7 +620,7 @@ function liveUpdate(src) {
|
|||
in_progress = false;
|
||||
update_item = 0;
|
||||
|
||||
if (data.length < 100) {
|
||||
if ($('.wall-item-body', data).length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue