diff options
Diffstat (limited to 'www/js/views/around.js')
-rw-r--r-- | www/js/views/around.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index 3c2c2d1..454f427 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -36,7 +36,6 @@ this.located = true; this.locateCount = 21; - $('#ajaxOverlay').hide(); var coords = info.coordinates; fixmystreet.latitude = coords.latitude; @@ -90,7 +89,6 @@ failedLocation: function( details ) { this.finishedLocating(); this.locateCount = 21; - $('#ajaxOverlay').hide(); if ( details.msg ) { FMS.searchMessage = details.msg; } else { |