@xuda.io/runtime-bundle 1.0.1161 → 1.0.1162
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.
|
@@ -27961,7 +27961,8 @@ func.UI.worker.execute = async function (SESSION_ID, queue_obj) {
|
|
|
27961
27961
|
return func.UI.worker.delete_job(SESSION_ID, queue_obj.job_num);
|
|
27962
27962
|
}
|
|
27963
27963
|
|
|
27964
|
-
$elm.empty();
|
|
27964
|
+
// $elm.empty();
|
|
27965
|
+
$elm.remove();
|
|
27965
27966
|
|
|
27966
27967
|
// $.each($elm.children(), (key, val) => {
|
|
27967
27968
|
// if (!$(val)?.data()?.xuData) return true;
|