aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-03-23 13:43:06 +0000
committerStruan Donald <struan@exo.org.uk>2012-03-23 13:43:06 +0000
commit00663dc1bed13a586ed4555086463f51be38ed4e (patch)
treeb1b73661af5be6261dbc08a0459650370008ef5b /web/js/map-OpenLayers.js
parentf2f40810e1599eee52de5a0e496c59ab22244c7c (diff)
initial code to display user title if council is Bromley
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 272fd6c12..79740de78 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -440,6 +440,10 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
}
$('#councils_text').html(data.councils_text);
$('#form_category_row').html(data.category);
+ if ( data.extra_name_info ) {
+ var lb = $('#form_name').prev();
+ lb.before(data.extra_name_info);
+ }
});
$('#side-form, #site-logo').show();