aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/cobrands/buckinghamshire/js.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/cobrands/buckinghamshire/js.js b/web/cobrands/buckinghamshire/js.js
index a41dd6367..c88cce7a5 100644
--- a/web/cobrands/buckinghamshire/js.js
+++ b/web/cobrands/buckinghamshire/js.js
@@ -77,7 +77,10 @@ fixmystreet.assets.add($.extend(true, {}, defaults, {
stylemap: highways_stylemap,
always_visible: true,
non_interactive: true,
- usrn_field: 'site_code'
+ usrn: {
+ attribute: 'site_code',
+ field: 'site_code'
+ }
}));
})();