}
function geoSuccess(position) {
- window.location = "/edit" + OSM.formatHash({
+ location = "/edit" + OSM.formatHash({
zoom: 17,
lat: position.coords.latitude,
lon: position.coords.longitude
}
function manualEdit() {
- window.location = "/?edit_help=1";
+ location = "/?edit_help=1";
}
});