Recursive ping

This commit is contained in:
Thomas Willingham 2013-10-29 05:07:55 +00:00
parent 5c98d5eaae
commit 5570ae0101

View file

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