From ec39561c09d580b7861d76cee1bb4ad882a6d9d7 Mon Sep 17 00:00:00 2001 From: Josh Angell Date: Mon, 13 Feb 2012 17:14:40 +0000 Subject: Some js/css for the report and around type pages, needs work Signed-off-by: Josh Angell --- web/js/map-OpenLayers.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/js/map-OpenLayers.js') diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index fa93c2f4c..14c00efb3 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -216,6 +216,7 @@ $(function(){ $('#side-form').hide(); $('#side').show(); $('#sub_map_links').show(); + $('.content[role=main]').addClass('report-a-poblem-page'); fixmystreet.page = 'around'; }); @@ -371,6 +372,7 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { } $('#side').hide(); $('#sub_map_links').hide(); + $('.content[role=main]').addClass('report-a-poblem-page'); fixmystreet.page = 'new'; location.hash = 'report'; } -- cgit v1.2.3