We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb67f6d commit adb3b96Copy full SHA for adb3b96
docs/personalization/tracking_with_ibexa-tracker.md
@@ -44,7 +44,7 @@ the closing `</head>` tag.
44
var yc = document.createElement('script');
45
yc.type = 'text/javascript';
46
yc.async = true;
47
- yc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.perso.ibexa.co/ibexa-tracker.js';
+ yc.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'cdn.perso.ibexa.co/ibexa-tracker.min.js';
48
var ycs = document.getElementsByTagName('script')[0];
49
ycs.parentNode.insertBefore(yc, ycs);
50
})();
0 commit comments