aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-10-20 17:24:23 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-10-20 17:24:23 +0100
commit74a65bc5f588f68a9a356a32ecc50cc09164fccd (patch)
tree52778003218169c9cbaebed4f3436609ec3eac2e /web
parentc51d8e6b5ed134521dbdd376271481029b605aaf (diff)
When added to shortlist, remove "other user" message.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet/fixmystreet.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/fixmystreet.js b/web/cobrands/fixmystreet/fixmystreet.js
index 13635b9aa..193a3bcab 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -292,6 +292,7 @@ $.extend(fixmystreet.set_up, {
changeValue = "remove";
buttonLabel = $submit.data('label-remove');
buttonValue = $submit.data('value-remove');
+ $('.shortlisted-status').remove();
} else if (data.outcome == 'remove') {
changeValue = "add";
buttonLabel = $submit.data('label-add');