STOP USING MY TAG
This commit is contained in:
parent
a6dae9f396
commit
58f8f11dd0
@ -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()]);
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user