Open the access modal in the secure iframe
This commit is contained in:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user