From f91031bd657f6c7bb25d93fc2c69a84846ee9f03 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 2 Nov 2016 15:48:29 -0700 Subject: allow your own likes/comments to be updated when in static update mode --- view/js/main.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/js') 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(); -- cgit v1.2.3