@xuda.io/runtime-bundle 1.0.968 → 1.0.969
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/js/xuda-runtime-slim.js
CHANGED
|
@@ -8439,9 +8439,9 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8439
8439
|
if (!$elm.data().xuData) return true;
|
|
8440
8440
|
$elm.data().xuData.pending_to_delete = true;
|
|
8441
8441
|
});
|
|
8442
|
+
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
8443
|
+
break;
|
|
8442
8444
|
}
|
|
8443
|
-
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
8444
|
-
break;
|
|
8445
8445
|
}
|
|
8446
8446
|
|
|
8447
8447
|
// execute - if active job element not exist the current job ui and not detected as parent element
|
|
@@ -8440,9 +8440,9 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
8440
8440
|
if (!$elm.data().xuData) return true;
|
|
8441
8441
|
$elm.data().xuData.pending_to_delete = true;
|
|
8442
8442
|
});
|
|
8443
|
+
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
8444
|
+
break;
|
|
8443
8445
|
}
|
|
8444
|
-
await func.UI.worker.delete_job(SESSION_ID, running_job_obj.job_num);
|
|
8445
|
-
break;
|
|
8446
8446
|
}
|
|
8447
8447
|
|
|
8448
8448
|
// execute - if active job element not exist the current job ui and not detected as parent element
|