aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2016-10-21 11:01:26 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2016-10-21 11:01:26 +0100
commit32e64bfe2f58841f0fb511a92d2a331c2c30ce15 (patch)
treeb102d85c1ee0470d360321ee0c11c240d5d6aaf8
parent32690f423f65ab281cb9ec8122b3977140b40984 (diff)
parent74a65bc5f588f68a9a356a32ecc50cc09164fccd (diff)
Merge branch 'issues/forcouncils/87-update-shortlist-name'
-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 9f103a615..fea863b14 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');