initial import

This commit is contained in:
2011-12-24 17:23:40 +00:00
commit 788d133ab0
12 changed files with 197 additions and 0 deletions

6
views/ga.coffee Normal file
View File

@@ -0,0 +1,6 @@
script '''
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 '''
try {var pageTracker = _gat._getTracker("UA-354018-12");pageTracker._trackPageview();} catch(err) {}
'''