summaryrefslogtreecommitdiffstats
path: root/loleaflet/src/control/Control.AlertDialog.js
diff options
context:
space:
mode:
Diffstat (limited to 'loleaflet/src/control/Control.AlertDialog.js')
-rw-r--r--loleaflet/src/control/Control.AlertDialog.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/loleaflet/src/control/Control.AlertDialog.js b/loleaflet/src/control/Control.AlertDialog.js
index 3aa59b3e4e..630e5a63ce 100644
--- a/loleaflet/src/control/Control.AlertDialog.js
+++ b/loleaflet/src/control/Control.AlertDialog.js
@@ -84,10 +84,6 @@ L.Control.AlertDialog = L.Control.extend({
e.map.focus();
}
});
- } else if (e.kind == 'freemiumdeny') {
- this._map.openSubscriptionPopup(e.cmd);
- } else if (e.kind == 'restricted') {
- //do nothing
} else if (e.cmd && e.kind) {
this._map.fire('hidebusy');