Skip to content

Commit eb9ff28

Browse files
author
vagrant
committed
fix minor bugs
1 parent 3351ccd commit eb9ff28

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

resources/views/admin/layouts/header.blade.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
<base href="/">
1616
<title ng-bind="title"></title>
1717

18+
<script>
19+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
20+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
21+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
22+
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
23+
24+
ga('create', 'UA-51563265-1', 'upmelab.com');
25+
ga('send', 'pageview');
26+
</script>
27+
1828
</head>
1929

2030
<body>

0 commit comments

Comments
 (0)