aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/bristol
diff options
context:
space:
mode:
Diffstat (limited to 'web/cobrands/bristol')
-rw-r--r--web/cobrands/bristol/base.scss1
-rw-r--r--web/cobrands/bristol/js.js4
-rw-r--r--web/cobrands/bristol/layout.scss1
3 files changed, 5 insertions, 1 deletions
diff --git a/web/cobrands/bristol/base.scss b/web/cobrands/bristol/base.scss
index 746e17064..c92b46ec3 100644
--- a/web/cobrands/bristol/base.scss
+++ b/web/cobrands/bristol/base.scss
@@ -4,6 +4,7 @@
@import "../sass/mixins";
@import "../sass/base";
+@import "../sass/report_list_pins";
// Put the BCC logo in place, and reveal the 'bristol.gov.uk' text alongside it
#site-logo {
diff --git a/web/cobrands/bristol/js.js b/web/cobrands/bristol/js.js
index 129037d23..1fc23d61a 100644
--- a/web/cobrands/bristol/js.js
+++ b/web/cobrands/bristol/js.js
@@ -1,5 +1,9 @@
(function(){
+if (!fixmystreet.maps) {
+ return;
+}
+
var options = {
wfs_url: "https://maps.bristol.gov.uk/arcgis/services/ext/FixMyStreetSupportData/MapServer/WFSServer",
wfs_feature: "COD_ASSETS_POINT",
diff --git a/web/cobrands/bristol/layout.scss b/web/cobrands/bristol/layout.scss
index 02894e083..3b9dfa1b6 100644
--- a/web/cobrands/bristol/layout.scss
+++ b/web/cobrands/bristol/layout.scss
@@ -1,7 +1,6 @@
@import "_colours";
@import "_fonts";
@import "../sass/layout";
-@import "../sass/report_list_pins";
#site-header {
background-color: $g1;