Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ingimprover into osm_import
  • Loading branch information
FrancescoWeik committed Jul 9, 2023
2 parents 20abfd0 + a4eeade commit 0f9cfbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export default {
async onSubmit(e){
e.preventDefault();
var shouldAddPoint = 0;
this.distanza=1; //JUST FOR TESTING
//this.distanza=1; //JUST FOR TESTING
if(this.location == false){
console.log("SORRY YOU HAVE TO GIVE LOCATION PERMISSION TO ANSWER QUESTIONS");
this.$refs.no_location_alert.second=true;
Expand Down

0 comments on commit 0f9cfbc

Please sign in to comment.