mirror of
https://github.com/zumbiepig/MineXLauncher.git
synced 2025-06-08 09:24:48 +00:00
Merge branch 'main' into dev
This commit is contained in:
commit
76a4700794
@ -1,7 +1,7 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
const script = document.createElement('script');
|
const script = document.createElement('script');
|
||||||
script.async = true;
|
script.async = true;
|
||||||
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-972V2NZ2ZK';
|
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-GD4SJRCR7Z';
|
||||||
document.head.appendChild(script);
|
document.head.appendChild(script);
|
||||||
|
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
@ -9,4 +9,4 @@ function gtag(...args: unknown[]) {
|
|||||||
dataLayer.push(...args);
|
dataLayer.push(...args);
|
||||||
}
|
}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-972V2NZ2ZK');
|
gtag('config', 'G-GD4SJRCR7Z');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user