Files
worklenz/worklenz-backend/src/views/_scripts.pug
chamikaJ 8825b0410a init
2025-04-17 18:28:54 +05:30

22 lines
708 B
Plaintext

if isProduction() && !isInternalServer()
script(type='text/javascript').
(function (c, l, a, r, i, t, y) {
c[a] = c[a] || function () {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "dx77073klh");
script(async='' src='https://www.googletagmanager.com/gtag/js?id=G-7KSRKQ1397')
script.
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-7KSRKQ1397');