@xuda.io/runtime-bundle 1.0.954 → 1.0.955
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.
|
@@ -33230,6 +33230,7 @@ func.UI.screen.execute_screen_ready_events = async function (SESSION_ID, paramsP
|
|
|
33230
33230
|
}
|
|
33231
33231
|
};
|
|
33232
33232
|
func.UI.screen.screen_loading_done = async function (SESSION_ID, paramsP, $div, jobNoP) {
|
|
33233
|
+
console.log($div.attr('xu-ui-id'));
|
|
33233
33234
|
// await
|
|
33234
33235
|
let retries = 0;
|
|
33235
33236
|
let interval = setInterval(() => {
|