aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-04-24 16:15:59 +0100
committerStruan Donald <struan@exo.org.uk>2012-04-24 16:15:59 +0100
commit0579ab2e6d4cf0c6c6cc009df3c57f9f848e346e (patch)
tree4fe64a8120934e801436266398ad139f18a1badc /web/js/map-OpenLayers.js
parent65e4864f4408a1560beca8746046c8a08a3971f4 (diff)
parentec84833c98888b32c975197a5266a564bb096009 (diff)
Merge remote-tracking branch 'origin/bromley' into bromley
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index a92d02c84..ac8a7819e 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -23,7 +23,7 @@ function fixmystreet_update_pin(lonlat) {
$('#side-form, #site-logo').show();
$('#councils_text').html(data.councils_text);
$('#form_category_row').html(data.category);
- if ( data.extra_name_info ) {
+ if ( data.extra_name_info && !$('#form_fms_extra_title').length ) {
// there might be a first name field on some cobrands
var lb = $('#form_first_name').prev() || $('#form_name').prev();
lb.before(data.extra_name_info);