STOP USING MY TAG

master
Jason A. Donenfeld 2011-05-09 21:25:29 -04:00
parent a6dae9f396
commit 58f8f11dd0
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
$(window).load(function () {
window._gaq = window._gaq || [];
window._gaq.push(['_setAccount', 'UA-135234-2']);
window._gaq.push(['_setAccount', 'UA-XXXXXX-X']);
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
@ -12,4 +12,4 @@ $(window).hashchange(function() {
window._gaq = window._gaq || [];
window._gaq.push(['_trackPageview']);
window._gaq.push(['_trackPageview', window.hashUrl()]);
});
});