issue #123 - this will leave a very very short interval between the time a notification shows up and the time it is cleared. This is about as fast as we can clear it. Previously it could have been as long as the network poll interval.
This commit is contained in:
parent
b4efbfbce7
commit
d98da77f2a
@ -576,7 +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);
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user