From 4725415acd5171a73e5444a479cc3bbdc332bb4a Mon Sep 17 00:00:00 2001 From: Wu Cheng-Han Date: Fri, 25 Sep 2015 18:20:06 +0800 Subject: Changed updateView, now only buildMap on demand --- public/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/js') 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; -- cgit v1.2.3