y-p-h-in 1.0.22 → 1.0.24
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/demo-ui.cjs +1 -1
- package/demo-ui.js +2 -2
- package/package.json +1 -1
package/demo-ui.js
CHANGED
|
@@ -5683,13 +5683,13 @@ const rA = () => {
|
|
|
5683
5683
|
}, Vl = (e) => {
|
|
5684
5684
|
rA();
|
|
5685
5685
|
var t = Ii + e;
|
|
5686
|
-
if (window.location.
|
|
5686
|
+
if (window.location.origin.indexOf("test") > -1 || window.location.origin.indexOf("192") > -1) {
|
|
5687
5687
|
var n = "test_" + t;
|
|
5688
5688
|
return cl.get(n);
|
|
5689
5689
|
} else
|
|
5690
5690
|
return cl.get(t);
|
|
5691
5691
|
}, W8 = (e) => {
|
|
5692
|
-
if (window.location.
|
|
5692
|
+
if (window.location.origin.indexOf("test") > -1 || window.location.origin.indexOf("192") > -1) {
|
|
5693
5693
|
var t = "test_" + e;
|
|
5694
5694
|
return cl.get(t);
|
|
5695
5695
|
} else
|