diff options
-rw-r--r-- | web/cobrands/bromley/fixmystreet.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web/cobrands/bromley/fixmystreet.js b/web/cobrands/bromley/fixmystreet.js index c3dcd866a..051f46c64 100644 --- a/web/cobrands/bromley/fixmystreet.js +++ b/web/cobrands/bromley/fixmystreet.js @@ -82,7 +82,6 @@ $(function(){ $html.removeClass('no-js').addClass('js'); - // Preload the new report pin document.createElement('img').src = '/i/pin-green.png'; @@ -139,8 +138,8 @@ $(function(){ width: '100%', height: map_height, margin: 0 }); - $('#bromley-footer').hide(); if (typeof fixmystreet !== 'undefined') { + $('#bromley-footer').hide(); fixmystreet.state_map = 'full'; } if (typeof fixmystreet !== 'undefined' && fixmystreet.page == 'around') { |