Skip to content

Commit 0400458

Browse files
authored
Sync eng/common directory with azure-sdk-tools repository (Azure#23987)
1 parent 77d317a commit 0400458

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

eng/common/docgeneration/templates/matthews/partials/head.tmpl.partial

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
<!-- Global site tag (gtag.js) - Google Analytics -->
2020
<script async src="https://www.googletagmanager.com/gtag/js?id=GA_CAMPAIGN_ID"></script>
2121
<script>
22-
window.dataLayer = window.dataLayer || [];
23-
function gtag(){dataLayer.push(arguments);}
24-
gtag('js', new Date());
22+
window.dataLayer = window.dataLayer || [];
23+
function gtag(){dataLayer.push(arguments);}
24+
gtag('js', new Date());
2525

26-
gtag('config', 'GA_CAMPAIGN_ID');
26+
gtag('config', 'GA_CAMPAIGN_ID');
2727
</script>
2828
</head>

0 commit comments

Comments
 (0)