From 4b2d84c538d3aa276c9103aab94e7c8252e7bf6a Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 7 Nov 2014 18:46:55 +0000 Subject: Don't height fix any full width page. --- web/cobrands/fixmystreet/fixmystreet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3