diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-21 14:40:57 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-21 14:40:57 +0100 |
commit | a483d378d4b8982b5a4a13cbe0297347f74b338e (patch) | |
tree | 3b671c61ab201ac4ed12b60ef3b165a937e3a38f /www/js | |
parent | 84301f5dfd5812f62ad3241b2276c3390f8f7992 (diff) |
do not allow clicking on new report pin
Diffstat (limited to 'www/js')
-rw-r--r-- | www/js/views/around.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/views/around.js b/www/js/views/around.js index c37dd5d..f36c987 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -158,6 +158,7 @@ $('#login-options').hide(); $('#mark-here').hide(); $('#postcodeForm').hide(); + fixmystreet.select_feature.deactivate(); fixmystreet.bbox_strategy.deactivate(); var lonlat = this.getCrossHairPosition(); var markers = fms_markers_list( [ [ lonlat.lat, lonlat.lon, 'green', 'location', '', 'location' ] ], true ); |