summaryrefslogtreecommitdiffstats
path: root/loleaflet/src/control/Control.Command.js
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/src/control/Control.Command.js')
-rw-r--r--loleaflet/src/control/Control.Command.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/loleaflet/src/control/Control.Command.js b/loleaflet/src/control/Control.Command.js
index ba061e5420..2287754a47 100644
--- a/loleaflet/src/control/Control.Command.js
+++ b/loleaflet/src/control/Control.Command.js
@@ -49,7 +49,7 @@ L.Map.include({
$(DOMParentElement).click(function(event) {
event.stopPropagation();
- that.openSubscriptionPopup();
+ that.openSubscriptionPopup('');
});
}
},