Update plugins.html
Updated analytics
This commit is contained in:
parent
4431182f87
commit
58ef1a2090
1 changed files with 4 additions and 11 deletions
15
plugins.html
15
plugins.html
|
@ -36,16 +36,6 @@
|
|||
<script type="text/javascript" src="style/js/jquery.touchcarousel-1.2.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/twitter.min.js"></script>
|
||||
<script type="text/javascript" src="style/js/boostrapslider.js"></script>
|
||||
<script type="text/javascript">
|
||||
var _gaq = _gaq || [];
|
||||
_gaq.push(['_setAccount', 'UA-3892196-38']);
|
||||
_gaq.push(['_trackPageview']);
|
||||
(function() {
|
||||
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
|
||||
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||||
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
|
||||
})();
|
||||
</script>
|
||||
</head>
|
||||
<body class="full-layout">
|
||||
<!-- Begin Body Wrapper -->
|
||||
|
@ -187,5 +177,8 @@
|
|||
</div>
|
||||
<!-- End Body Wrapper -->
|
||||
<script type="text/javascript" src="style/js/scripts.js"></script>
|
||||
<script src="//static.getclicky.com/js" type="text/javascript"></script>
|
||||
<script type="text/javascript">try{ clicky.init(100720523); }catch(e){}</script>
|
||||
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100720523ns.gif" /></p></noscript>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue