From: Michael Date: Fri, 23 Oct 2020 20:29:29 +0000 (+0000) Subject: Improved check for existing data X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9870c8584fb69afac93c8958d00c9d607257ad24;p=friendica.git Improved check for existing data --- diff --git a/view/js/main.js b/view/js/main.js index 164716d213..2e665d1000 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -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; }