diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-04 10:55:15 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-04 10:55:15 +0100 |
commit | 2b03a43266d70bd17eab8133955bd000c9aed3c7 (patch) | |
tree | 5f611798a8e22f0dbe26199d90cf093ec6b8826d /www/js | |
parent | a242b04cd074247a44367684fc433b86519283ef (diff) |
reactivate pin popup display code when return to the screen. Fixes #33
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 f4a30ec..81acaf6 100644 --- a/www/js/views/around.js +++ b/www/js/views/around.js @@ -180,6 +180,7 @@ fixmystreet.bbox_strategy.activate(); fixmystreet.report_location.setVisibility(false); fixmystreet.markers.setVisibility(true); + fixmystreet.select_feature.deactivate(); fixmystreet.select_feature.activate(); } } |