Skip to content

Commit 02b05b4

Browse files
committed
comment out unused uiRootPath variable assignment
1 parent ea26b94 commit 02b05b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partials/head-scripts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
<script async src="https://www.googletagmanager.com/gtag/js?id={{this}}"></script>
33
<script>function gtag(){dataLayer.push(arguments)};window.dataLayer=window.dataLayer||[];gtag('js',new Date());gtag('config','{{this}}')</script>
44
{{/with}}
5-
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
5+
{{!-- <script>var uiRootPath = '{{{uiRootPath}}}'</script> --}}

0 commit comments

Comments
 (0)