summaryrefslogtreecommitdiff
path: root/public/js/index.js
diff options
context:
space:
mode:
authorWu Cheng-Han2015-09-25 18:20:06 +0800
committerWu Cheng-Han2015-09-25 18:20:06 +0800
commit4725415acd5171a73e5444a479cc3bbdc332bb4a (patch)
tree1c90b54aeca60bc3dd16ad37d7f038cdb7a68072 /public/js/index.js
parentbb13a98c1318b50375f5887e7edab9a9e11da287 (diff)
Changed updateView, now only buildMap on demand
Diffstat (limited to 'public/js/index.js')
-rw-r--r--public/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index bfb793c2..16857d0d 100644
--- a/public/js/index.js
+++ b/public/js/index.js
@@ -1739,7 +1739,7 @@ function updateViewInner() {
smoothHashScroll();
isDirty = false;
clearMap();
- buildMap();
+ //buildMap();
var updateHistoryDebounce = 600;