From 5570ae0101185101484528ad2609a8d68b430403 Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 29 Oct 2013 05:07:55 +0000 Subject: Recursive ping --- js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/main.js b/js/main.js index 79f11f424..b29b678f4 100644 --- a/js/main.js +++ b/js/main.js @@ -576,8 +576,8 @@ function updateConvItems(mode,data) { updateConvItems(update_mode,data); $("#page-spinner").spin(false); $("#profile-jot-text-loading").spin(false); - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,10); +// if(timer) clearTimeout(timer); +// timer = setTimeout(NavUpdate,10); }); -- cgit v1.2.3