This commit is contained in:
Mirco Wittrien 2019-10-30 13:31:49 +01:00
parent 037d97e5cd
commit 99b8d2775a
2 changed files with 2 additions and 2 deletions

View File

@ -3317,7 +3317,7 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins || {}, cleanUps: BDFDB && BDFDB
return selectMenu;
};
BDFDB.ModalUtils.open = {};
BDFDB.ModalUtils = {};
BDFDB.ModalUtils.open = function (plugin, config) {
if (!BDFDB.ObjectUtils.is(plugin) || !BDFDB.ObjectUtils.is(config)) return;
var modal, headerchildren = [], contentchildren = [], footerchildren = [], modalprops, cancels = [], closeModal = _ => {

File diff suppressed because one or more lines are too long