This commit is contained in:
Mirco Wittrien 2019-09-11 16:12:14 +02:00
parent f7b96ea579
commit 4397f35c8e
2 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -6311,5 +6311,8 @@ var BDFDB = {myPlugins: BDFDB && BDFDB.myPlugins ? BDFDB.myPlugins : {}, BDv2Api
if (BDFDB.WebModules.DevFuncs.listen.p == "function") BDFDB.WebModules.DevFuncs.listen.p();
};
}
for (let component in LibraryComponents) if (!LibraryComponents[component]) LibraryComponents[component] = 'div';
for (let component in LibraryComponents) if (!LibraryComponents[component]) {
LibraryComponents[component] = 'div';
BDFDB.LibraryComponents[component] = 'div';
}
})();