@xuda.io/runtime-bundle 1.0.963 → 1.0.964
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.
|
@@ -27550,13 +27550,13 @@ func.UI.worker.init = async function (SESSION_ID) {
|
|
|
27550
27550
|
if (!running_xu_ui_id) continue;
|
|
27551
27551
|
|
|
27552
27552
|
$.each(running_job_obj.elementP.find('*'), function (key, val) {
|
|
27553
|
-
const xu_ui_id = val.
|
|
27553
|
+
const xu_ui_id = $(val).attr('xu-ui-id');
|
|
27554
27554
|
if (!xu_ui_id) return true;
|
|
27555
27555
|
running_job_children_elements.push(xu_ui_id);
|
|
27556
27556
|
});
|
|
27557
27557
|
|
|
27558
27558
|
$.each(val.elementP.find('*'), function (key, val) {
|
|
27559
|
-
const xu_ui_id = val.
|
|
27559
|
+
const xu_ui_id = $(val).attr('xu-ui-id');
|
|
27560
27560
|
if (!xu_ui_id) return true;
|
|
27561
27561
|
active_job_children_elements.push(xu_ui_id);
|
|
27562
27562
|
});
|