diff options
-rw-r--r-- | www/js/views/around.js | 1 | ||||
-rw-r--r-- | www/templates/en/around.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index b46365a..9bb1abe 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -124,6 +124,7 @@ }, displayButtons: function() { + $('#relocate').show(); if ( this.model.get('lat') ) { $('#cancel').show(); $('#confirm').show(); diff --git a/www/templates/en/around.html b/www/templates/en/around.html index a145fdf..9e69fcf 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -71,6 +71,6 @@ Confirm location </a> - <a data-role="none" id="relocate" class=""><img src="images/location@x2.png"></a> + <a data-role="none" id="relocate" class="nodisplay"><img src="images/location@x2.png"></a> </div> </div> |