|
@@ -31,6 +31,7 @@
|
31
|
31
|
<script src="prezi.js?v=2"></script><!-- prezi plugin -->
|
32
|
32
|
<script src="smileys.js?v=1"></script><!-- smiley images -->
|
33
|
33
|
<script src="replacement.js?v=5"></script><!-- link and smiley replacement -->
|
|
34
|
+ <script src="analytics.js?v=1"></script><!-- google analytics plugin -->
|
34
|
35
|
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
|
35
|
36
|
<link rel="stylesheet" href="css/font.css"/>
|
36
|
37
|
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=20"/>
|
|
@@ -121,14 +122,5 @@
|
121
|
122
|
<textarea id="usermsg" placeholder='Enter text...' autofocus></textarea>
|
122
|
123
|
</div>
|
123
|
124
|
<a id="downloadlog" onclick='dump(event.target);'><i title="Download support information" class="fa fa-cloud-download"></i></a>
|
124
|
|
- <!-- Google Analytics -->
|
125
|
|
- <script>
|
126
|
|
- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
127
|
|
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
128
|
|
- })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
129
|
|
- ga('create', 'UA-319188-14', 'jit.si');
|
130
|
|
- ga('send', 'pageview');
|
131
|
|
- </script>
|
132
|
|
- <!-- End Google Analytics -->
|
133
|
125
|
</body>
|
134
|
126
|
</html>
|