ijvaoiav9
This commit is contained in:
7
dist/autoloaderV2.js
vendored
7
dist/autoloaderV2.js
vendored
@@ -1,4 +1,4 @@
|
||||
/*Generated on:Sat Dec 01 2018 15:22:03 GMT+0100 (CET)*/
|
||||
/*Generated on:Sat Dec 01 2018 15:25:44 GMT+0100 (CET)*/
|
||||
/*
|
||||
* Dexie.js - a minimalistic wrapper for IndexedDB
|
||||
* ===============================================
|
||||
@@ -17971,8 +17971,8 @@ class AutomaticDispose {
|
||||
const self = this;
|
||||
const MyOwnObserver = new MutationObserver((mutations) => {
|
||||
mutations.forEach((mutation) => {
|
||||
console.log(mutation.target.id);
|
||||
console.table(mutation); // <<-- includes text nodes
|
||||
// console.log(mutation.target.id);
|
||||
// console.table(mutation); // <<-- includes text nodes
|
||||
|
||||
if (mutation.addedNodes.length >= 1) {
|
||||
// do it here
|
||||
@@ -18165,6 +18165,7 @@ class AutomaticDispose {
|
||||
return Wunsch.count(function (count) {
|
||||
if (count > 0) {
|
||||
return Wunsch.each((myWunsch) => {
|
||||
console.table(myWunsch);
|
||||
let MissionID = myWunsch.missionID;
|
||||
if ($('#' + runnerIframeName).attr("mission_id") == "empty") {
|
||||
$('#' + runnerIframeName).attr("src", "https://www.leitstellenspiel.de/missions/" + MissionID);
|
||||
|
||||
Reference in New Issue
Block a user