diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 27f612d54..4d38c81d2 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -1053,7 +1053,7 @@ fixmystreet.display = { fixmystreet.page = 'report'; fixmystreet.mobile_reporting.remove_ui(); - if ($('html').hasClass('mobile') && fixmystreet.map.updateSize) { + if (fixmystreet.map.updateSize && ($twoColReport.length || $('html').hasClass('mobile'))) { fixmystreet.map.updateSize(); } |