gearboxdownloadmodal 5.0.27 → 5.0.28
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/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -6198,7 +6198,7 @@ const gs = [
|
|
|
6198
6198
|
if (n === "Playable") {
|
|
6199
6199
|
const z = await hs(t, i);
|
|
6200
6200
|
if (z) {
|
|
6201
|
-
v(z.iosLink), oe(z.androidLink);
|
|
6201
|
+
v(z.iosLink), oe(z.androidLink), W(!1);
|
|
6202
6202
|
return;
|
|
6203
6203
|
}
|
|
6204
6204
|
I = await tt(i, t, Fo(5), "default", !1, 0, {});
|
|
@@ -6208,11 +6208,11 @@ const gs = [
|
|
|
6208
6208
|
const Q = ((b = J.match(
|
|
6209
6209
|
/var\s+androidLink\s*=\s*['|"](https?[\w\d;,/?:@&=+$\-_.!~*'()#]+)['|"]/
|
|
6210
6210
|
)) == null ? void 0 : b.at(1)) || "";
|
|
6211
|
-
oe(Q);
|
|
6211
|
+
oe(Q), W(!1);
|
|
6212
6212
|
} else if (n === "Flex") {
|
|
6213
6213
|
const z = await qs(t, i);
|
|
6214
6214
|
if (z.googleUrl || z.iosUrl) {
|
|
6215
|
-
oe(z.googleUrl), v(z.iosUrl);
|
|
6215
|
+
oe(z.googleUrl), v(z.iosUrl), W(!1);
|
|
6216
6216
|
return;
|
|
6217
6217
|
}
|
|
6218
6218
|
w && (w.iosUrl || w.googleUrl) ? (v(w.iosUrl), oe(w.googleUrl), W(!1)) : (oe(""), v(""), W(!1));
|