diff options
-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 e7e3f7bd3..4e7315017 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -468,7 +468,7 @@ $.fn.drawer = function(id, ajax) { * rendered height is used after any page manipulation (such as tabs) */ if (!$('html.mobile').length) { - if (!($('body').hasClass('frontpage'))){ + if (!($('body').hasClass('fullwidthpage'))){ var offset = -15 * 16; if (cobrand == 'bromley') { offset = -110; |