aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-03-07 17:11:09 +0000
committerDave Arter <davea@mysociety.org>2017-06-22 16:29:37 +0100
commit3f41fa63b5604e7a64a09e2f3bb391dc7486867c (patch)
tree63e2fdfb0ca6ba85a0903aa947eab8878c6896f6 /www
parent34465cc9515b541cc7e5323c6e4ac6dd1ca77b8c (diff)
Don’t show location error message multiple times
Diffstat (limited to 'www')
-rw-r--r--www/js/views/around.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js
index 57b4bc6..cb304ee 100644
--- a/www/js/views/around.js
+++ b/www/js/views/around.js
@@ -434,6 +434,7 @@
},
locationCheckFailed: function() {
+ this.finishedLocating();
this.displayAlert(FMS.strings.location_check_failed);
},