diff options
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/map-OpenLayers.js | 5 | ||||
-rw-r--r-- | web/js/map-google.js | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index afa0d32d5..345ebeced 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -423,11 +423,6 @@ var fixmystreet = fixmystreet || {}; } $(window).hashchange(function(){ - if (location.hash == '#report' && $('.rap-notes').is(':visible')) { - $('.rap-notes-close').click(); - return; - } - if (location.hash && location.hash != '#') { return; } diff --git a/web/js/map-google.js b/web/js/map-google.js index d1bde98b6..a00d52ba1 100644 --- a/web/js/map-google.js +++ b/web/js/map-google.js @@ -149,11 +149,6 @@ fixmystreet.maps = {}; } $(window).hashchange(function(){ - if (location.hash == '#report' && $('.rap-notes').is(':visible')) { - $('.rap-notes-close').click(); - return; - } - if (location.hash && location.hash != '#') { return; } |