diff options
author | zotlabs <mike@macgirvin.com> | 2016-11-02 15:48:29 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2016-11-02 15:48:29 -0700 |
commit | f91031bd657f6c7bb25d93fc2c69a84846ee9f03 (patch) | |
tree | c069bf265f7b18bf40cdebcf841fe20890cff867 /view/js/main.js | |
parent | 5d3e04216d466e57dfeefe0319dd14b26e8487a2 (diff) | |
download | volse-hubzilla-f91031bd657f6c7bb25d93fc2c69a84846ee9f03.tar.gz volse-hubzilla-f91031bd657f6c7bb25d93fc2c69a84846ee9f03.tar.bz2 volse-hubzilla-f91031bd657f6c7bb25d93fc2c69a84846ee9f03.zip |
allow your own likes/comments to be updated when in static update mode
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/view/js/main.js b/view/js/main.js index ec7964886..96adf0be3 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -754,12 +754,12 @@ function liveUpdate() { update_mode = 'append'; } else { - if(bParam_static) { - in_progress = false; - if(timer) clearTimeout(timer); - timer = setTimeout(NavUpdate,10000); - return; - } +// if(bParam_static) { +// in_progress = false; +// if(timer) clearTimeout(timer); +// timer = setTimeout(NavUpdate,10000); +// return; +// } update_mode = 'update'; var orgHeight = $("#region_2").height(); |