diff options
author | Wu Cheng-Han | 2015-09-25 18:20:06 +0800 |
---|---|---|
committer | Wu Cheng-Han | 2015-09-25 18:20:06 +0800 |
commit | 4725415acd5171a73e5444a479cc3bbdc332bb4a (patch) | |
tree | 1c90b54aeca60bc3dd16ad37d7f038cdb7a68072 /public | |
parent | bb13a98c1318b50375f5887e7edab9a9e11da287 (diff) |
Changed updateView, now only buildMap on demand
Diffstat (limited to '')
-rw-r--r-- | public/js/index.js | 2 |
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; |