debug
This commit is contained in:
2
dist/autoloader.js
vendored
2
dist/autoloader.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 19:30:39 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 10:14:14 GMT+0100 (CET)*/
|
||||||
var AutomaticDispose_Branch = "master";
|
var AutomaticDispose_Branch = "master";
|
||||||
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
|
||||||
var da_lss_adis_time = new Date().getTime();
|
var da_lss_adis_time = new Date().getTime();
|
||||||
|
|||||||
20
dist/autoloaderV2.js
vendored
20
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
|||||||
/*Generated on:Fri Feb 15 2019 19:30:39 GMT+0100 (CET)*/
|
/*Generated on:Mon Feb 18 2019 10:14:14 GMT+0100 (CET)*/
|
||||||
/*
|
/*
|
||||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||||
* ===============================================
|
* ===============================================
|
||||||
@@ -17815,6 +17815,9 @@
|
|||||||
runner_iframes: ['adis-krankentransporte-frame', 'adis-ownmissions-frame', /*'adis-plannedevents-frame',*/ 'adis-verbandmission-frame', 'adis-verbandmission-event-frame']
|
runner_iframes: ['adis-krankentransporte-frame', 'adis-ownmissions-frame', /*'adis-plannedevents-frame',*/ 'adis-verbandmission-frame', 'adis-verbandmission-event-frame']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
__noSuchMethod__(method, args) {
|
||||||
|
console.log(method, args);
|
||||||
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
let self = this;
|
let self = this;
|
||||||
@@ -18713,6 +18716,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
$("#adis-setting-krankentransport-automatic").click((e) => {
|
$("#adis-setting-krankentransport-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Krankentransport-Automatic",
|
name: "Krankentransport-Automatic",
|
||||||
@@ -18723,6 +18727,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-full-automatic").click((e) => {
|
$("#adis-setting-full-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "MissionsOwn-Automatic",
|
name: "MissionsOwn-Automatic",
|
||||||
@@ -18733,6 +18738,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-sprechwunsch-automatic").click((e) => {
|
$("#adis-setting-sprechwunsch-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Sprechwunsch-Automatic",
|
name: "Sprechwunsch-Automatic",
|
||||||
@@ -18743,6 +18749,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-alliance-automatic").click((e) => {
|
$("#adis-setting-alliance-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Alliance-Automatic",
|
name: "Alliance-Automatic",
|
||||||
@@ -18753,6 +18760,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-alliance-automatic").click((e) => {
|
$("#adis-setting-alliance-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "AllianceEvent-Automatic",
|
name: "AllianceEvent-Automatic",
|
||||||
@@ -18766,13 +18774,15 @@
|
|||||||
// Dashboard Functions
|
// Dashboard Functions
|
||||||
//
|
//
|
||||||
|
|
||||||
$("#adis-open-button").click(() => {
|
$("#adis-open-button").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
$("#adis-dashboard").css("display", "flex");
|
$("#adis-dashboard").css("display", "flex");
|
||||||
$("#adis-dashboard").animate({
|
$("#adis-dashboard").animate({
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
$("#adis-dashboard-close-button").click(() => {
|
$("#adis-dashboard-close-button").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
$("#adis-dashboard").animate({
|
$("#adis-dashboard").animate({
|
||||||
opacity: 0
|
opacity: 0
|
||||||
}, 200, () => {
|
}, 200, () => {
|
||||||
@@ -20524,7 +20534,7 @@
|
|||||||
clearTimeout(ppppp);
|
clearTimeout(ppppp);
|
||||||
}
|
}
|
||||||
ppppp = setTimeout(function () {
|
ppppp = setTimeout(function () {
|
||||||
window.//console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
window. //console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}, 250);
|
}, 250);
|
||||||
}
|
}
|
||||||
@@ -20547,7 +20557,7 @@
|
|||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
window.//console.log('DEBUG:::', 'Start AutomaticDispose()')
|
window. //console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@@ -16,6 +16,9 @@
|
|||||||
runner_iframes: ['adis-krankentransporte-frame', 'adis-ownmissions-frame', /*'adis-plannedevents-frame',*/ 'adis-verbandmission-frame', 'adis-verbandmission-event-frame']
|
runner_iframes: ['adis-krankentransporte-frame', 'adis-ownmissions-frame', /*'adis-plannedevents-frame',*/ 'adis-verbandmission-frame', 'adis-verbandmission-event-frame']
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
__noSuchMethod__(method, args) {
|
||||||
|
console.log(method, args);
|
||||||
|
}
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
let self = this;
|
let self = this;
|
||||||
@@ -734,6 +737,7 @@
|
|||||||
//
|
//
|
||||||
|
|
||||||
$("#adis-setting-krankentransport-automatic").click((e) => {
|
$("#adis-setting-krankentransport-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Krankentransport-Automatic",
|
name: "Krankentransport-Automatic",
|
||||||
@@ -744,6 +748,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-full-automatic").click((e) => {
|
$("#adis-setting-full-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "MissionsOwn-Automatic",
|
name: "MissionsOwn-Automatic",
|
||||||
@@ -754,6 +759,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-sprechwunsch-automatic").click((e) => {
|
$("#adis-setting-sprechwunsch-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Sprechwunsch-Automatic",
|
name: "Sprechwunsch-Automatic",
|
||||||
@@ -764,6 +770,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-alliance-automatic").click((e) => {
|
$("#adis-setting-alliance-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "Alliance-Automatic",
|
name: "Alliance-Automatic",
|
||||||
@@ -774,6 +781,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
$("#adis-setting-alliance-automatic").click((e) => {
|
$("#adis-setting-alliance-automatic").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
var tf = $(e.target).hasClass("active");
|
var tf = $(e.target).hasClass("active");
|
||||||
self.ADisDB.ADisSettings.put({
|
self.ADisDB.ADisSettings.put({
|
||||||
name: "AllianceEvent-Automatic",
|
name: "AllianceEvent-Automatic",
|
||||||
@@ -787,13 +795,15 @@
|
|||||||
// Dashboard Functions
|
// Dashboard Functions
|
||||||
//
|
//
|
||||||
|
|
||||||
$("#adis-open-button").click(() => {
|
$("#adis-open-button").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
$("#adis-dashboard").css("display", "flex");
|
$("#adis-dashboard").css("display", "flex");
|
||||||
$("#adis-dashboard").animate({
|
$("#adis-dashboard").animate({
|
||||||
opacity: 1
|
opacity: 1
|
||||||
}, 200);
|
}, 200);
|
||||||
});
|
});
|
||||||
$("#adis-dashboard-close-button").click(() => {
|
$("#adis-dashboard-close-button").click((e) => {
|
||||||
|
e.preventDefault();
|
||||||
$("#adis-dashboard").animate({
|
$("#adis-dashboard").animate({
|
||||||
opacity: 0
|
opacity: 0
|
||||||
}, 200, () => {
|
}, 200, () => {
|
||||||
@@ -2491,7 +2501,7 @@
|
|||||||
clearTimeout(ppppp);
|
clearTimeout(ppppp);
|
||||||
}
|
}
|
||||||
ppppp = setTimeout(function () {
|
ppppp = setTimeout(function () {
|
||||||
window.//console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
window. //console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}, 250);
|
}, 250);
|
||||||
}
|
}
|
||||||
@@ -2514,7 +2524,7 @@
|
|||||||
|
|
||||||
$div.click();
|
$div.click();
|
||||||
} else {
|
} else {
|
||||||
window.//console.log('DEBUG:::', 'Start AutomaticDispose()')
|
window. //console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Reference in New Issue
Block a user