aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2014-11-07 18:46:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2014-11-14 20:30:52 +0000
commit4b2d84c538d3aa276c9103aab94e7c8252e7bf6a (patch)
tree744c3977fe21ec63d01a063b34c20f384c112ed2 /web
parenta9fd58d9985497cb85a162dc11c89c680b0a9c77 (diff)
Don't height fix any full width page.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js2
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;