aboutsummaryrefslogtreecommitdiffstats
path: root/view/js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js')
-rw-r--r--view/js/main.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/js/main.js b/view/js/main.js
index f5d7e7fde..9f794c2ea 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -725,12 +725,12 @@ function updateConvItems(mode,data) {
$(window).scrollTop(scroll_position);
- if(followUpPageLoad)
+ if(followUpPageLoad) {
$(document).trigger('hz:sse_bs_counts');
-
- else
+ }
+ else {
$(document).trigger('hz:sse_bs_init');
-
+ }
if(commentBusy) {
commentBusy = false;