Fix iframe.

This commit is contained in:
Haifeng Luo 2021-04-15 21:30:16 +08:00
parent 570b227392
commit 451b21b9c5
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ $(document).ready(function() {
hasPlatform = true;
}
}
if (!hasPlatform) {
if (true) {
var platformLoad = function(task) {
window.task_token = new TaskToken({
id: taskMetaData.id,