f03
This commit is contained in:
12430
dist/autoloader.js
vendored
12430
dist/autoloader.js
vendored
File diff suppressed because it is too large
Load Diff
2
dist/standalone.js
vendored
2
dist/standalone.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Tue Nov 27 2018 13:41:34 GMT+0100 (CET)*/
|
||||
/*Generated on:Tue Nov 27 2018 13:52:57 GMT+0100 (CET)*/
|
||||
function includesString(string1, string2) {
|
||||
return string1.toLowerCase().includes(string2.toLowerCase());
|
||||
}
|
||||
|
||||
@@ -2,12 +2,20 @@ var AutomaticDispose_Branch = "master";
|
||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||
var da_lss_adis_time = new Date().getTime();
|
||||
|
||||
var ADis_AllMissions = /***ADis_AllMissions***/0
|
||||
var ADis_AllMissions = /***ADis_AllMissions***/ 0
|
||||
|
||||
if (typeof window.name != 'undefined') {
|
||||
console.log(window.name);
|
||||
}
|
||||
|
||||
var _tellParent = window.tellParent;
|
||||
|
||||
window.tellParent = function (args) {
|
||||
console.log('tellParent', args);
|
||||
return _tellParent(args);
|
||||
}
|
||||
|
||||
|
||||
var ADis_MyHead = document.getElementsByTagName('head')[0];
|
||||
var ADis_MyBody = document.getElementsByTagName('body')[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user