spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit c0bac805f4690254facaaf6540b489eedc3fa7a6
parent 5258ba388b32f3fc761abc849d32a103f1f2d959
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Mon, 10 May 2010 18:17:38 +1000

[web] Google Analytics tracking code

Diffstat:
Mweb/index.html | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/web/index.html b/web/index.html @@ -43,5 +43,15 @@ <h2>Feedback</h2> <p>Spek is maintained by <a href="http://versia.com">Alexander Kojevnikov</a>, you can contact him by <a href="mailto:&#97;l&#101;&#120;&#97;&#110;&#100;&#101;&#114;&#64;&#107;&#111;&#106;&#101;v&#110;i&#107;&#111;v.&#99;&#111;&#109;">email</a>.</p> + +<script type="text/javascript"> +var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); +document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); +</script> +<script type="text/javascript"> +try { +var pageTracker = _gat._getTracker("UA-16318652-1"); +pageTracker._trackPageview(); +} catch(err) {}</script> </body> </html>