Improved check for existing data
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user