aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-OpenLayers.js')
-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 5000e7bca..3bf2078e7 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -233,7 +233,7 @@ $(function(){
$('#side-form').hide();
$('#side').show();
$('#sub_map_links').show();
- heightFix('#report-a-poblem-sidebar:visible', '.content', 26);
+ heightFix('#report-a-problem-sidebar:visible', '.content', 26);
fixmystreet.page = 'around';
});
@@ -389,7 +389,7 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, {
}
$('#side').hide();
$('#sub_map_links').hide();
- heightFix('#report-a-poblem-sidebar:visible', '.content', 26);
+ heightFix('#report-a-problem-sidebar:visible', '.content', 26);
fixmystreet.page = 'new';
location.hash = 'report';
}