aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-05-07 15:19:10 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-05-07 15:19:10 +0100
commit47b754d7a8dd1114eb745efcaf1495fb27f0c1d8 (patch)
treeb1dfbe764b06332030df9c0429d3c6433e3b3968
parentf7ca39b5c34c448fcad90a6f6f8793b19fbc32b8 (diff)
[UK] Include general roadworks class for styling.
-rw-r--r--web/cobrands/fixmystreet-uk-councils/roadworks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet-uk-councils/roadworks.js b/web/cobrands/fixmystreet-uk-councils/roadworks.js
index f7451f801..ea95d1d40 100644
--- a/web/cobrands/fixmystreet-uk-councils/roadworks.js
+++ b/web/cobrands/fixmystreet-uk-councils/roadworks.js
@@ -183,7 +183,7 @@ fixmystreet.roadworks.display_message = function(feature) {
tag_top = config.tag_top || 'p',
colon = config.colon ? ':' : '';
- var $msg = $('<div class="js-roadworks-message-' + feature.layer.id + ' box-warning"><' + tag_top + '>Roadworks are scheduled near this location, so you may not need to report your issue.</' + tag_top + '></div>');
+ var $msg = $('<div class="js-roadworks-message js-roadworks-message-' + feature.layer.id + ' box-warning"><' + tag_top + '>Roadworks are scheduled near this location, so you may not need to report your issue.</' + tag_top + '></div>');
var $dl = $("<dl></dl>").appendTo($msg);
$dl.append("<dt>Dates" + colon + "</dt>");
$dl.append($("<dd></dd>").text(start + " until " + end));