Improved check for existing data

This commit is contained in:
Michael 2020-10-23 20:29:29 +00:00
parent d6662d65dd
commit 9870c8584f
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}