aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/js/main.js b/js/main.js
index 2cbd985b2..3f84ae6c4 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;