make trackPageView come last in list

This commit is contained in:
Seb Bacon 2011-04-06 12:08:51 +01:00
parent 0397483a8c
commit 93c7a86cfe
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ gacode = """
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', '%s']);
_gaq.push(['_trackPageview']);
_gaq.push(['_setDomainName', '%s']);
_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';