@maxtropy/v-components 0.1.11-beta.5 → 0.1.11-beta.6
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.
|
@@ -26962,8 +26962,9 @@ function PR() {
|
|
|
26962
26962
|
var u, c;
|
|
26963
26963
|
const i = e;
|
|
26964
26964
|
if (!o.startsWith("http") && !o.startsWith(t)) {
|
|
26965
|
+
super.open(n, i + o, r ?? !0, a, l);
|
|
26965
26966
|
const d = window.document.cookie.split(";").filter((g) => g.indexOf("GT=GT-") > -1), f = (c = (u = d == null ? void 0 : d[0]) == null ? void 0 : u.split("=")) == null ? void 0 : c[1];
|
|
26966
|
-
f && super.setRequestHeader("X-GT", f)
|
|
26967
|
+
f && super.setRequestHeader("X-GT", f);
|
|
26967
26968
|
} else
|
|
26968
26969
|
super.open(n, o, r ?? !0, a, l);
|
|
26969
26970
|
};
|