diff options
-rw-r--r-- | src/js/views/around.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/views/around.js b/src/js/views/around.js index f4db059..a3c2d53 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -239,6 +239,7 @@ onClickMark: function(e) { e.preventDefault(); + this.clearSearchErrors(); this.displayButtons(true); $('#popup').hide(); $('#OpenLayers_Control_Crosshairs_crosshairs').show(); |