This commit is contained in:
2018-11-27 15:05:40 +01:00
parent 3d057ad3e8
commit 9536bd0c37
3 changed files with 6 additions and 4 deletions

View File

@@ -36,11 +36,12 @@ $(document).ready(function () {
return Wunsch.count(function (count) {
if (count > 0) {
Wunsch.each((mywunsch) => {
MainHandler()
return MainHandler()
});
}
});
}
return tellParent(`console.log('done:${window.name}:${MissionID}');ADis_MissionDelete('${window.name}', '${MissionID}');`);
})
}, 2000);
});