Skip to content

Commit 4725415

Browse files
committed
Changed updateView, now only buildMap on demand
1 parent bb13a98 commit 4725415

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ function updateViewInner() {
17391739
smoothHashScroll();
17401740
isDirty = false;
17411741
clearMap();
1742-
buildMap();
1742+
//buildMap();
17431743

17441744
var updateHistoryDebounce = 600;
17451745

0 commit comments

Comments
 (0)