aboutsummaryrefslogtreecommitdiffstats
path: root/www/js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-11-21 16:25:36 +0000
committerStruan Donald <struan@exo.org.uk>2012-11-21 17:28:50 +0000
commit4904efa3ac5f3f2b71811efe22db45684de36fff (patch)
tree71863d99bb3abe09d0df4cece833a913b1425394 /www/js
parent19156139b142c06831a94828551318ada8ab08b1 (diff)
we never display this link so remove code for doing so
Diffstat (limited to 'www/js')
-rw-r--r--www/js/fixmystreet.js7
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">&hellip; or locate me automatically</a>');
- $('#geolocate_link').click(getPosition);
- }
-});
-
$(document).bind('pageshow', function(){
var $html = $('html');