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 a7bce6b..7665b15 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -34,6 +34,7 @@ }, beforeDisplay: function() { + $('a[data-role="button"]').hide(); $('#cancel').hide(); }, diff --git a/www/templates/en/around.html b/www/templates/en/around.html index cd5d122..b87f1fb 100644 --- a/www/templates/en/around.html +++ b/www/templates/en/around.html @@ -64,7 +64,7 @@ </a> <% } %> - <a id="mark-here" data-role="button" data-theme="a" style="position:absolute;bottom:0;left:15px;right:15px;"> + <a id="mark-here" data-role="button" data-theme="a" class="nodisplay" style="position:absolute;bottom:0;left:15px;right:15px;"> New Report Here </a> <a id="confirm" data-role="button" data-theme="a" class="nodisplay" style="position:absolute;bottom:0;left:15px;right:15px;"> |