diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-30 12:37:54 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-30 12:37:54 +0100 |
commit | aec58847ce499745f5148b271551b2c8bbeafa11 (patch) | |
tree | 435cc25dcbe69ed26faae8c4fc249319cdf9f585 /src | |
parent | 3f72ee602a6154563ffdaba1ccef65976fe008ce (diff) |
Hide popup and make sure crosshairs visible when click New Report
Fixes #67
Diffstat (limited to 'src')
-rw-r--r-- | src/js/views/around.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index c3a2fcc..a4264ee 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -204,6 +204,8 @@ onClickMark: function(e) { e.preventDefault(); this.displayButtons(true); + $('#popup').hide(); + $('#OpenLayers_Control_Crosshairs_crosshairs').show(); $('#reposition').hide(); var lonlat = this.getCrossHairPosition(); |