diff options
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'); |