diff options
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(); |