aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/northamptonshire/assets.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/northamptonshire/assets.js b/web/cobrands/northamptonshire/assets.js
index fa0a3a6b2..5694c4def 100644
--- a/web/cobrands/northamptonshire/assets.js
+++ b/web/cobrands/northamptonshire/assets.js
@@ -572,7 +572,7 @@ function check_emergency() {
var currently_shown = !!$('#northants-emergency-message').length;
var body = $('#form_category').data('body');
- if (relevant === currently_shown || body) {
+ if (relevant === currently_shown || body || fixmystreet.body_overrides.get_only_send() == 'Highways England') {
// Either should be shown and already is, or shouldn't be shown and isn't
return;
}