diff options
| author | Mark Christian | 2011-03-31 09:30:56 -0700 | 
|---|---|---|
| committer | Mark Christian | 2011-03-31 09:30:56 -0700 | 
| commit | 1e41b9b59b109fb5bffa62291ab70dc3a5d8d9d0 (patch) | |
| tree | 26d1621baec160b43237b37a1e6973ac251c7f50 | |
| parent | c91ce65f21f3caa6ae8bcbc5955f6a48878320fa (diff) | |
| parent | 7f07f24a26e5041d0e7b743534b178a724386285 (diff) | |
| download | ffffallback-1e41b9b59b109fb5bffa62291ab70dc3a5d8d9d0.tar.bz2 | |
Merge branch 'master' of https://github.com/jbrewer/ffffallback
Conflicts:
	secret.html
| -rw-r--r-- | index.html | 13 | ||||
| -rw-r--r-- | secret.html | 12 | 
2 files changed, 25 insertions, 0 deletions
| @@ -18,5 +18,18 @@    <p>      Coming soon.     </p> +  <script type="text/javascript"> + +    var _gaq = _gaq || []; +    _gaq.push(['_setAccount', 'UA-109790-10']); +    _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>  </body>  </html> diff --git a/secret.html b/secret.html index cd1970e..1106daa 100644 --- a/secret.html +++ b/secret.html @@ -44,5 +44,17 @@      document.getElementById('bookmarklet').setAttribute('href', bookmarkletSource);    </script> +  <script type="text/javascript"> + +    var _gaq = _gaq || []; +    _gaq.push(['_setAccount', 'UA-109790-10']); +    _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>  </body>  </html> | 
