Don't allow geolocate while in walkthrough

This commit is contained in:
Bryan Housel
2017-03-30 18:07:11 -04:00
parent 5459f54900
commit d5912283ac

View File

@@ -13,6 +13,7 @@ export function uiGeolocate(context) {
function click() {
if (context.inIntro()) return;
context.enter(modeBrowse(context));
context.container().call(locating);
navigator.geolocation.getCurrentPosition(success, error, geoOptions);