aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2011-10-20 20:35:21 +0100
committerStruan Donald <struan@exo.org.uk>2011-10-20 20:35:21 +0100
commit6923018a0bdf4a996b2cf15a56ba887009e66aab (patch)
tree4b5d029faa478c3c6c3422a4eaf9a670560f7f69 /web/js/map-OpenLayers.js
parente452ace27c4a13557a0ec878e74ebf19d1d1a347 (diff)
parent64cc9b22581f24acffbdae19ef6f06b96334135f (diff)
Merge branch 'open311-consumer'
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index 0f9974222..dda50b1b9 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -315,6 +315,9 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
}, function(data) {
$('#councils_text').html(data.councils_text);
$('#form_category_row').html(data.category);
+ /* Need to reset this here as it gets removed when we replace
+ the HTML for the dropdown */
+ $('#form_category').change( form_category_onchange );
});
$('#side-form').show();
$('#side').hide();