From 5e9d0e7f7ad547d059025e152ca64fe294b67eea Mon Sep 17 00:00:00 2001 From: Josh Angell Date: Thu, 1 Mar 2012 11:56:18 +0000 Subject: Move disappearing of sub map links and appearing of tryagain/ok to after the click, also remove permalink and add receive updates Signed-off-by: Josh Angell --- web/js/map-OpenLayers.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/js/map-OpenLayers.js') diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js index f9c2efcaf..22183668d 100644 --- a/web/js/map-OpenLayers.js +++ b/web/js/map-OpenLayers.js @@ -430,6 +430,14 @@ OpenLayers.Control.Click = OpenLayers.Class(OpenLayers.Control, { } fixmystreet.page = 'new'; location.hash = 'report'; + $('#sub_map_links').hide(); + $('#map_box').append( + '' + ); + $('.mobile-map-banner').text('Right place?'); }, locate_report: function(e) { -- cgit v1.2.3