From: friendica Date: Tue, 13 Dec 2011 02:08:09 +0000 (-0800) Subject: clearup update backlog after commenting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bda7ca2f36ba4b35a9094c08fda356d6f08e67f8;p=friendica.git clearup update backlog after commenting --- diff --git a/js/main.js b/js/main.js index 2cbd985b26..3f84ae6c48 100644 --- a/js/main.js +++ b/js/main.js @@ -210,9 +210,15 @@ function liveUpdate() { if((src == null) || (stopped) || (! profile_uid)) { $('.like-rotator').hide(); return; } if(($('.comment-edit-text-full').length) || (in_progress)) { + if(livetime) { + clearTimeout(livetime); + } livetime = setTimeout(liveUpdate, 10000); return; } + if(livetime != null) + livetime = null; + prev = 'live-' + src; in_progress = true;