aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-08-17 14:14:57 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-08-17 14:14:57 +0100
commit723b9e94ab6057e80a66adbc0d0e2fb315e59f79 (patch)
treed4eaed3561898a7e6c3543d4fa84a942eb0bc4df /web
parent7343c7729bfcab1bd81e832f182b76e475546bc8 (diff)
Don't need animation, used for testing.
Diffstat (limited to 'web')
-rw-r--r--web/js/map-OpenLayers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index eb6873ba6..2e6c77f12 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -304,8 +304,8 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
$('#councils_text').html(data.councils_text);
$('#form_category_row').html(data.category);
});
- $('#side-form').show('slow');
- $('#side').hide('slow');
+ $('#side-form').show();
+ $('#side').hide();
fixmystreet.page = 'new';
}
});