@xuda.io/runtime-bundle 1.0.1056 → 1.0.1057
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
|
@@ -12666,7 +12666,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
12666
12666
|
}
|
|
12667
12667
|
// append order handling
|
|
12668
12668
|
|
|
12669
|
-
if (!$container.children()) {
|
|
12669
|
+
if (!$container.children().length) {
|
|
12670
12670
|
new_$div.appendTo($container);
|
|
12671
12671
|
} else {
|
|
12672
12672
|
// iterate the container node
|
|
@@ -10391,7 +10391,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
|
|
|
10391
10391
|
}
|
|
10392
10392
|
// append order handling
|
|
10393
10393
|
|
|
10394
|
-
if (!$container.children()) {
|
|
10394
|
+
if (!$container.children().length) {
|
|
10395
10395
|
new_$div.appendTo($container);
|
|
10396
10396
|
} else {
|
|
10397
10397
|
// iterate the container node
|