Skip to content

Commit b861632

Browse files
authoredMay 8, 2020
Update purejs_onepage_scroll_demo.html
1 parent 9082c9a commit b861632

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎demo/purejs_onepage_scroll_demo.html

+10-1
Original file line numberDiff line numberDiff line change
@@ -670,6 +670,15 @@ <h2>You can customize the animation timing, the selector or even the animation e
670670
responsiveFallback: false
671671
});
672672

673-
</script>
673+
</script><!-- Global site tag (gtag.js) - Google Analytics -->
674+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11278966-3"></script>
675+
<script>
676+
window.dataLayer = window.dataLayer || [];
677+
function gtag(){dataLayer.push(arguments);}
678+
gtag('js', new Date());
679+
680+
gtag('config', 'UA-11278966-3');
681+
</script>
682+
674683
</body>
675684
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.