Skip to content

Commit c7911cb

Browse files
authored
Update demo.html
1 parent e07e086 commit c7911cb

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

demo.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,15 @@ <h2>Add an ajax loading bar like on Youtube to all your ajax links.</h2>
413413
</div>
414414
</div>
415415
<a href="https://github.com/peachananr/loading-bar"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
416-
</div>
416+
</div><!-- Global site tag (gtag.js) - Google Analytics -->
417+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-11278966-3"></script>
418+
<script>
419+
window.dataLayer = window.dataLayer || [];
420+
function gtag(){dataLayer.push(arguments);}
421+
gtag('js', new Date());
422+
423+
gtag('config', 'UA-11278966-3');
424+
</script>
425+
417426
</body>
418427
</html>

0 commit comments

Comments
 (0)