diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-06 14:54:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-03-06 14:54:57 +0000 |
commit | cc462d77dc2df7ad658e4a52df303f108ed1d389 (patch) | |
tree | 0bb6c1e14bf7783036caf53d5978ae9b51c9d1c8 /web | |
parent | 6ba7906fda032f1a24c0e209129fe15e77dc11f9 (diff) |
Remove call to removed function.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/staff.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet/staff.js b/web/cobrands/fixmystreet/staff.js index a7e0c8896..7dccedcd9 100644 --- a/web/cobrands/fixmystreet/staff.js +++ b/web/cobrands/fixmystreet/staff.js @@ -383,7 +383,6 @@ $(fixmystreet).on('display:report', function() { fixmystreet.staff_set_up.response_templates(); if ($("#report_inspect_form").length) { fixmystreet.staff_set_up.report_page_inspect(); - fixmystreet.staff_set_up.manage_duplicates(); fixmystreet.staff_set_up.action_scheduled_raise_defect(); } }); |