aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js/main.js')
-rw-r--r--view/js/main.js12
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();