Update main.js

master
Starisms 5 years ago committed by GitHub
parent 4a1d5674b1
commit 4d0ef2718e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      scripts/main.js

@ -14,7 +14,7 @@ var lastClick;
function justLoaded(){ function justLoaded(){
hideAll(); hideAll();
drawMarkers(); drawMarkers();
showSection(5); showSection(0);
} }
function hideAll(){ function hideAll(){
@ -138,4 +138,4 @@ addEventListener('contextmenu', function(e) {
clicked.setAttribute("src", markerTypes[4]); clicked.setAttribute("src", markerTypes[4]);
} }
} }
}); });

Loading…
Cancel
Save