aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/999-googletracker.js
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 21:25:29 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-05-09 21:25:29 -0400
commit58f8f11dd0fbe8fc182b601d18c044f7026b6fc8 (patch)
treef37980801efc22be33ff2adf652ec8dc7e4f5999 /web/js/999-googletracker.js
parentGive over-line. (diff)
downloadPhotoFloat-58f8f11dd0fbe8fc182b601d18c044f7026b6fc8.tar.xz
PhotoFloat-58f8f11dd0fbe8fc182b601d18c044f7026b6fc8.zip
STOP USING MY TAG
Diffstat (limited to '')
-rw-r--r--web/js/999-googletracker.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/999-googletracker.js b/web/js/999-googletracker.js
index 62fb400..c35df3f 100644
--- a/web/js/999-googletracker.js
+++ b/web/js/999-googletracker.js
@@ -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()]);
-}); \ No newline at end of file
+});