aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--view/js/main.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index cb492b9de..a7745cbaf 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -615,11 +615,12 @@ function updateConvItems(mode,data) {
update_mode = 'append';
page_load = false;
scroll_next = false;
- in_progress = false;
updateConvItems(update_mode,data);
$("#page-spinner").spin(false);
$("#profile-jot-text-loading").spin(false);
+ in_progress = false;
+
// FIXME - the following lines were added so that almost
// immediately after we update the posts on the page, we
// re-check and update the notification counts.