Fix broken share modal

This commit is contained in:
yflory
2020-04-20 18:14:38 +02:00
parent f2641bc0ee
commit 22a2b85fae
2 changed files with 2 additions and 2 deletions

View File

@@ -1001,7 +1001,6 @@ define([
config.onAction = function (data) {
if (typeof(SecureModal.cb) !== "function") { return; }
SecureModal.cb(data);
SecureModal.$iframe.hide();
};
config.onClose = function () {
SecureModal.$iframe.hide();