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

@@ -129,7 +129,10 @@ define([
tabs[i] = {
content: c && UI.dialog.customModal(node, {
buttons: obj.buttons || button,
onClose: function () { blocked = false; }
onClose: function () {
blocked = false;
if (typeof(opts.onClose) === "function") { opts.onClose(); }
}
}),
disabled: !c,
title: obj.title,