diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-08-12 12:09:35 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-08-12 12:09:35 +0100 |
commit | e36270119f2b7e1f6cbb00123005f2f5cfd53db7 (patch) | |
tree | 745955f2dba1a5594ab0401a6dc90580b5fda5d3 | |
parent | b78a1cf9a49164faffda3c5d44d01fb60b436306 (diff) |
Don't change the offset for the oxford co-brand
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index f638eed9a..b490c6177 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -447,8 +447,6 @@ $.fn.drawer = function(id, ajax) { var offset = -18 * 16; if (cobrand == 'bromley') { offset = -110; - } else if (cobrand == 'oxfordshire') { - offset = -110; } heightFix(window, '.content', offset, 1); // in case we have a map that isn't full screen |