diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-11 14:16:17 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-11 14:16:17 +0000 |
commit | 4f9917f2d02d4acf68676b67c1c39dd70a679c30 (patch) | |
tree | a2a1c6c7bce0283cd4b5aecc830b16af6fb44950 /web | |
parent | 9e258681c94f6e988c8a410b9ef7e03cb4262f96 (diff) |
Remove unnecessary duplicate line of code.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/fixmystreet.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js index 21701ce5f..b7872c4b7 100644 --- a/web/cobrands/fixmystreet/fixmystreet.js +++ b/web/cobrands/fixmystreet/fixmystreet.js @@ -130,7 +130,6 @@ $(function(){ var banner_text = translation_strings.report_problem_heading; if (cobrand !== 'oxfordshire') { $('#site-header').show(); - banner_text = translation_strings.report_problem_heading; } $('.big-green-banner') .removeClass('mobile-map-banner') |