This commit is contained in:
2019-02-13 14:46:57 +01:00
parent 1baf6f123b
commit e88b5deae4
3 changed files with 4 additions and 6 deletions

View File

@@ -1156,9 +1156,8 @@
// $('#' + runnerIframe).attr("mission_id", 'empty');
// setTimeout(self.OpenNextMission.bind(self), 5000, Runner);
// })
} else {
setTimeout(self.FreeIframe.bind(self), 5000, Runner)
}
return
});
} else {
return; //setTimeout(self.OpenNextMission.bind(self), 1000, Runner);