There was an error while loading. Please reload this page.
2 parents bc48ef1 + 363ead2 commit 623ea07Copy full SHA for 623ea07
1 file changed
assets/analytics.js
@@ -10,7 +10,9 @@ if (!doNotTrack) init();
10
11
function init() {
12
window.dataLayer = window.dataLayer || [];
13
- const gtag = (...args) => window.dataLayer.push(args);
+ const gtag = function () {
14
+ window.dataLayer.push(arguments);
15
+ };
16
window.gtag = gtag;
17
18
let stored = null;
0 commit comments