This commit is contained in:
Mirco Wittrien 2020-01-25 17:05:23 +01:00
parent cc585c9dfa
commit 56f5531c7a
2 changed files with 3 additions and 1 deletions

View File

@ -23,6 +23,8 @@
};
var loadid = Math.round(Math.random() * 10000000000000000), InternalBDFDB = {};
BDFDB.InternalData.loadid = loadid;
if (typeof Array.prototype.flat != "function") Array.prototype.flat = function () {return this;}
BDFDB.LogUtils = {};
BDFDB.LogUtils.log = function (string, name) {

File diff suppressed because one or more lines are too long