diff options
author | Mario Vavti <mario@mariovavti.com> | 2021-07-16 13:53:32 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2021-07-16 13:53:32 +0200 |
commit | 95fb66b4332452e4cb0c45e6cceb3d77656e8b30 (patch) | |
tree | 7bc27d12c40fb3c16ffbaab4351b82e8afdba8b8 | |
parent | a57529bc54de92441125253ec09475768b4c3e44 (diff) | |
download | volse-hubzilla-95fb66b4332452e4cb0c45e6cceb3d77656e8b30.tar.gz volse-hubzilla-95fb66b4332452e4cb0c45e6cceb3d77656e8b30.tar.bz2 volse-hubzilla-95fb66b4332452e4cb0c45e6cceb3d77656e8b30.zip |
code style
-rw-r--r-- | view/js/main.js | 8 |
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; |