diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 15:28:39 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 15:28:39 +0000 |
commit | 05f08cf5226d064e9b007776a2a731496269d915 (patch) | |
tree | 9401d1ba1e9d0b532d92fed60ead2a0ada859451 /web/js/map-OpenLayers.js | |
parent | c0ac15028a187d75599a48aebf6909805f5efcaf (diff) |
Fix typo - poblem to problem
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r-- | web/js/map-OpenLayers.js | 4 |
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'; } |