allow your own likes/comments to be updated when in static update mode

This commit is contained in:
zotlabs
2016-11-02 15:48:29 -07:00
parent 5d3e04216d
commit f91031bd65
8 changed files with 43 additions and 15 deletions

View File

@@ -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();