diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-07 18:46:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-14 20:30:52 +0000 |
commit | 4b2d84c538d3aa276c9103aab94e7c8252e7bf6a (patch) | |
tree | 744c3977fe21ec63d01a063b34c20f384c112ed2 | |
parent | a9fd58d9985497cb85a162dc11c89c680b0a9c77 (diff) |
Don't height fix any full width page.
-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; |