diff options
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/main.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 6c7e90807..ec7964886 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -754,6 +754,13 @@ 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(); } |