Skip to content

Commit 91583c9

Browse files
committed
ga tag
1 parent 494b0d7 commit 91583c9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
22
"java.configuration.updateBuildConfiguration": "automatic",
3-
"java.compile.nullAnalysis.mode": "automatic"
3+
"java.compile.nullAnalysis.mode": "automatic",
4+
"maven.terminal.favorites": [
5+
{
6+
"command": "spring-boot:stop",
7+
"debug": false
8+
}
9+
]
410
}

src/main/webapp/WEB-INF/templates/views/partials/head.jsp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
}
9797
</script>
9898

99+
<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-WPK6FN5');</script> <!-- End Google Tag Manager -->
100+
99101
</head>
100102

101103
<body>

0 commit comments

Comments
 (0)