Skip to content

Commit d3cbdd6

Browse files
committed
feat: re-enable Google Analytics tracking (UA-71391701-1)
1 parent 61fa823 commit d3cbdd6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h4 class="modal-title text-center w-100">
189189
<script type="module" src="../src/js/main.js"></script>
190190
<script src="registerSW.js"></script>
191191

192-
<!-- Google Analytics (commented out - configure UA tracking ID if needed)
192+
<!-- Google Analytics -->
193193
<script>
194194
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
195195
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -199,6 +199,5 @@ <h4 class="modal-title text-center w-100">
199199
ga('create', 'UA-71391701-1', 'auto');
200200
ga('send', 'pageview');
201201
</script>
202-
-->
203202
</body>
204203
</html>

dev/index_en.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h4 class="modal-title text-center w-100">
189189
<script type="module" src="../src/js/main.js"></script>
190190
<script src="registerSW.js"></script>
191191

192-
<!-- Google Analytics (commented out - configure UA tracking ID if needed)
192+
<!-- Google Analytics -->
193193
<script>
194194
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
195195
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
@@ -199,6 +199,5 @@ <h4 class="modal-title text-center w-100">
199199
ga('create', 'UA-71391701-1', 'auto');
200200
ga('send', 'pageview');
201201
</script>
202-
-->
203202
</body>
204203
</html>

0 commit comments

Comments
 (0)