aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
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 e5272dd70..e5eba676c 100644
--- a/web/cobrands/fixmystreet/fixmystreet.js
+++ b/web/cobrands/fixmystreet/fixmystreet.js
@@ -867,6 +867,7 @@ fixmystreet.update_pin = function(lonlat, savePushState) {
if (!data.contribute_as.body) {
$select.find('option[value=body]').remove();
}
+ $select.change();
$('#js-contribute-as-wrapper').show();
} else {
$('#js-contribute-as-wrapper').hide();