aboutsummaryrefslogtreecommitdiffstats
path: root/web/cobrands/oxfordshire/js.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2019-10-10 08:13:51 +0100
committerMatthew Somerville <matthew@mysociety.org>2019-10-10 08:25:05 +0100
commit12f5a59de622f268d6024a09d07d044f9eb5b5aa (patch)
tree8624660f02b0b2e4d4fc93093aa503a8f8daa8db /web/cobrands/oxfordshire/js.js
parent68e18ffea411f6f6fbb0b4424c6aa6c14fd8cd00 (diff)
[Oxfordshire] Remove defect type front end code.
Diffstat (limited to 'web/cobrands/oxfordshire/js.js')
-rw-r--r--web/cobrands/oxfordshire/js.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/web/cobrands/oxfordshire/js.js b/web/cobrands/oxfordshire/js.js
deleted file mode 100644
index ad9639383..000000000
--- a/web/cobrands/oxfordshire/js.js
+++ /dev/null
@@ -1,5 +0,0 @@
-fixmystreet.utils = fixmystreet.utils || {};
-
-fixmystreet.utils.defect_type_format = function(data) {
- return data.extra.defect_code + ' - ' + data.extra.activity_code + ' (' + data.name + ')';
-};