aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-05-30 12:41:05 +0100
committerStruan Donald <struan@exo.org.uk>2013-05-30 12:41:05 +0100
commit0157d857db21c8a00bd554489a559991392186c3 (patch)
tree98554a4773656ff75aeebf68429c8dac1166e4a1 /www/js
parent7ae9e0e9f205001f5ddda1b583ebc2f563b96d0e (diff)
default relocate button to hidden to prevent it appearing before the map
Diffstat (limited to 'www/js')
-rw-r--r--www/js/views/around.js1
1 files changed, 1 insertions, 0 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();