diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-21 16:25:36 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-21 17:28:50 +0000 |
commit | 4904efa3ac5f3f2b71811efe22db45684de36fff (patch) | |
tree | 71863d99bb3abe09d0df4cece833a913b1425394 /www/js | |
parent | 19156139b142c06831a94828551318ada8ab08b1 (diff) |
we never display this link so remove code for doing so
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/fixmystreet.js | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/www/js/fixmystreet.js b/www/js/fixmystreet.js index 5a32d19..04d2a3b 100644 --- a/www/js/fixmystreet.js +++ b/www/js/fixmystreet.js @@ -77,13 +77,6 @@ function tabs(elem, indirect) { } -$(document).delegate( '#front-page', 'pageshow', function(event, ui) { - if (geo_position_js.init() && !$('#geolocate_link').length) { - $('#postcodeForm').after('<a href="#" id="geolocate_link">… or locate me automatically</a>'); - $('#geolocate_link').click(getPosition); - } -}); - $(document).bind('pageshow', function(){ var $html = $('html'); |