Open the access modal in the secure iframe

This commit is contained in:
yflory
2020-04-07 15:24:12 +02:00
parent 19a0dafbe1
commit 2aec7c2569
6 changed files with 30 additions and 6 deletions

View File

@@ -196,6 +196,7 @@ define([
]);
var $frame = $(frame);
frame.closeModal = function (cb) {
frame.closeModal = function () {}; // Prevent further calls
$frame.fadeOut(150, function () {
$frame.detach();
if (typeof(cb) === "function") { cb(); }