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;
|
||||
update_item = 0;
|
||||
|
||||
if (data.length < 100) {
|
||||
if ($('.wall-item-body', data).length == 0) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue