diff --git a/src/Plugin/Component/Popup/js/popup.js b/src/Plugin/Component/Popup/js/popup.js
index 70ae664..371c99e 100644
--- a/src/Plugin/Component/Popup/js/popup.js
+++ b/src/Plugin/Component/Popup/js/popup.js
@@ -66,12 +66,6 @@ Drupal.openlayers.pluginManager.register({
         }
       });
       if (feature) {
-        // If this is a click to the same feature marker it's a close command.
-        if (jQuery(container).data('feature-key') == feature[UID_PROPERTY_]) {
-          container.style.display = 'none';
-          jQuery(container).data('feature-key', '');
-          return;
-        }
         jQuery(container).data('feature-key', feature[UID_PROPERTY_]);
 
         var name = feature.get('name') || '';
