@xuda.io/runtime-bundle 1.0.787 → 1.0.788
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
|
@@ -13839,7 +13839,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
13839
13839
|
// await
|
|
13840
13840
|
|
|
13841
13841
|
let interval = setInterval(() => {
|
|
13842
|
-
if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return;
|
|
13842
|
+
if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return $div;
|
|
13843
13843
|
|
|
13844
13844
|
clearInterval(interval);
|
|
13845
13845
|
|
|
@@ -11547,7 +11547,7 @@ func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div,
|
|
|
11547
11547
|
// await
|
|
11548
11548
|
|
|
11549
11549
|
let interval = setInterval(() => {
|
|
11550
|
-
if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return;
|
|
11550
|
+
if (!$(SESSION_OBJ[SESSION_ID].root_element).find(`[xu-ui-id=${$div.attr('xu-ui-id')}]`).length && $div.attr('xu-ui-id')) return $div;
|
|
11551
11551
|
|
|
11552
11552
|
clearInterval(interval);
|
|
11553
11553
|
|