stuff
This commit is contained in:
parent
037d97e5cd
commit
99b8d2775a
|
@ -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
Loading…
Reference in New Issue