Update main.js

This commit is contained in:
Starisms 2020-05-27 02:27:14 -04:00 committed by GitHub
parent 4a1d5674b1
commit 4d0ef2718e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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