diff options
author | Struan Donald <struan@exo.org.uk> | 2013-05-30 12:58:35 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-05-30 12:58:35 +0100 |
commit | 3894f86a7941a8230431acbe357b3eff2cf7402b (patch) | |
tree | 35913af323f86c32e7eadc78ed1b705eb084d0ff | |
parent | 0157d857db21c8a00bd554489a559991392186c3 (diff) |
turn off tap to hide for map page toolbar
-rw-r--r-- | www/templates/en/around.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/around.html b/www/templates/en/around.html index 9e69fcf..895a1e7 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -1,4 +1,4 @@ -<div data-id="locate" id="around-header" data-role="header" data-fullscreen="true" data-position="fixed"> +<div data-id="locate" id="around-header" data-role="header" data-tap-toggle="false" data-fullscreen="true" data-position="fixed"> <a id="search" class="ui-btn-left">Search</a> <h1>Locate</h1> <a href="#" id="cancel" class="ui-btn-right nodisplay">Cancel</a> |