diff options
-rw-r--r-- | www/js/views/around.js | 1 | ||||
-rw-r--r-- | www/templates/en/around.html | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index 69a59d1..be1033b 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -7,6 +7,7 @@ events: { 'pagehide': 'destroy', 'pageshow': 'afterDisplay', + 'click #locate_search': 'goSearch', 'click #search': 'goSearch', 'click #relocate': 'centerMapOnPosition', 'click #mark-here': 'onClickReport' diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 20425e1..5728da0 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -23,6 +23,10 @@ <p> Or hit search below to manually enter a location </p> + + <p> + <input type="button" id="locate_search" value="Search"> + </p> </div> <div class="container" data-enhance="false"> <a id="mark-here" class="nodisplay"> |