diff options
author | randomdan <randomdan@localhost> | 2011-03-31 14:13:39 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2011-03-31 14:13:39 +0000 |
commit | fd874379f93d8f179cc9f353230cb34dadd6ee30 (patch) | |
tree | a8e2671f23a808c559be94321aa54e66536edfbc /gentoobrowse/xslt/base.xslt | |
parent | Use unmangled FTS on bug search (diff) | |
download | gentoobrowse-fd874379f93d8f179cc9f353230cb34dadd6ee30.tar.bz2 gentoobrowse-fd874379f93d8f179cc9f353230cb34dadd6ee30.tar.xz gentoobrowse-fd874379f93d8f179cc9f353230cb34dadd6ee30.zip |
Minor style and text fixes
Move JSs into their own files
Diffstat (limited to 'gentoobrowse/xslt/base.xslt')
-rw-r--r-- | gentoobrowse/xslt/base.xslt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/gentoobrowse/xslt/base.xslt b/gentoobrowse/xslt/base.xslt index a17dea3..d8ecb25 100644 --- a/gentoobrowse/xslt/base.xslt +++ b/gentoobrowse/xslt/base.xslt @@ -13,17 +13,7 @@ <link rel="search" href="/search" /> <meta http-equiv="content-language" content="en" /> <xsl:call-template name="head" /> - <script type="text/javascript"> - var _gaq = _gaq || []; - _gaq.push(['_setAccount', 'UA-19177673-1']); - _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> + <script language="JavaScript" type="text/javascript" src="/js/googletracking.hs" /> </head> <body> <h1>Gentoo Browse</h1> |