debug
This commit is contained in:
22
dist/autoloaderV2.js
vendored
22
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
|
||||
* ===============================================
|
||||
@@ -17815,6 +17815,9 @@
|
||||
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() {
|
||||
let self = this;
|
||||
@@ -18713,6 +18716,7 @@
|
||||
//
|
||||
|
||||
$("#adis-setting-krankentransport-automatic").click((e) => {
|
||||
e.preventDefault();
|
||||
var tf = $(e.target).hasClass("active");
|
||||
self.ADisDB.ADisSettings.put({
|
||||
name: "Krankentransport-Automatic",
|
||||
@@ -18723,6 +18727,7 @@
|
||||
});
|
||||
|
||||
$("#adis-setting-full-automatic").click((e) => {
|
||||
e.preventDefault();
|
||||
var tf = $(e.target).hasClass("active");
|
||||
self.ADisDB.ADisSettings.put({
|
||||
name: "MissionsOwn-Automatic",
|
||||
@@ -18733,6 +18738,7 @@
|
||||
});
|
||||
|
||||
$("#adis-setting-sprechwunsch-automatic").click((e) => {
|
||||
e.preventDefault();
|
||||
var tf = $(e.target).hasClass("active");
|
||||
self.ADisDB.ADisSettings.put({
|
||||
name: "Sprechwunsch-Automatic",
|
||||
@@ -18743,6 +18749,7 @@
|
||||
});
|
||||
|
||||
$("#adis-setting-alliance-automatic").click((e) => {
|
||||
e.preventDefault();
|
||||
var tf = $(e.target).hasClass("active");
|
||||
self.ADisDB.ADisSettings.put({
|
||||
name: "Alliance-Automatic",
|
||||
@@ -18753,6 +18760,7 @@
|
||||
});
|
||||
|
||||
$("#adis-setting-alliance-automatic").click((e) => {
|
||||
e.preventDefault();
|
||||
var tf = $(e.target).hasClass("active");
|
||||
self.ADisDB.ADisSettings.put({
|
||||
name: "AllianceEvent-Automatic",
|
||||
@@ -18766,13 +18774,15 @@
|
||||
// Dashboard Functions
|
||||
//
|
||||
|
||||
$("#adis-open-button").click(() => {
|
||||
$("#adis-open-button").click((e) => {
|
||||
e.preventDefault();
|
||||
$("#adis-dashboard").css("display", "flex");
|
||||
$("#adis-dashboard").animate({
|
||||
opacity: 1
|
||||
}, 200);
|
||||
});
|
||||
$("#adis-dashboard-close-button").click(() => {
|
||||
$("#adis-dashboard-close-button").click((e) => {
|
||||
e.preventDefault();
|
||||
$("#adis-dashboard").animate({
|
||||
opacity: 0
|
||||
}, 200, () => {
|
||||
@@ -20524,7 +20534,7 @@
|
||||
clearTimeout(ppppp);
|
||||
}
|
||||
ppppp = setTimeout(function () {
|
||||
window.//console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
||||
window. //console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
|
||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||
}, 250);
|
||||
}
|
||||
@@ -20544,10 +20554,10 @@
|
||||
characterDataOldValue: true
|
||||
});
|
||||
})
|
||||
|
||||
|
||||
$div.click();
|
||||
} else {
|
||||
window.//console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||
window. //console.log('DEBUG:::', 'Start AutomaticDispose()')
|
||||
window.AutomaticDisposeCall = new AutomaticDispose();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user