v2 up handler oajvp

This commit is contained in:
2018-12-02 10:17:13 +01:00
parent f54dccb1aa
commit 49249b8314
3 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 10:13:26 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 10:17:13 GMT+0100 (CET)*/
var AutomaticDispose_Branch = "master";
var AutomaticDispose_URL = "https://jf.git.rest/Jomaar/automatic-dispose/raw/branch/";
var da_lss_adis_time = new Date().getTime();
+5 -3
View File
@@ -1,4 +1,4 @@
/*Generated on:Sun Dec 02 2018 10:13:26 GMT+0100 (CET)*/
/*Generated on:Sun Dec 02 2018 10:17:13 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -18305,13 +18305,15 @@ class AutomaticDispose {
return Wunsch.each((mywunsch) => {
return self.MainHandler()
});
}
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
});
}
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
})
}, 1500);
}
+4 -2
View File
@@ -1135,13 +1135,15 @@ class AutomaticDispose {
return Wunsch.each((mywunsch) => {
return self.MainHandler()
});
}
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
});
}
} else {
self.RemoveMissionsFromQueue(self.MissionID)
return tellParent(`console.log('done:${window.name}:${self.MissionID}');window.AutomaticDisposeCall.FreeIframe('${self.MyRunner}');`);
}
})
}, 1500);
}