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.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/view/js/main.js b/view/js/main.js
index db37925e5..5de4aa9a2 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -774,13 +774,6 @@ function liveUpdate() {
update_mode = 'append';
}
else {
-// if(bParam_static) {
-// in_progress = false;
-// if(timer) clearTimeout(timer);
-// timer = setTimeout(NavUpdate,10000);
-// return;
-// }
-
update_mode = 'update';
var orgHeight = $("#region_2").height();
}