[Pkg-mozext-commits] [wot] 140/226: Disabled GA

David Prévot taffit at moszumanska.debian.org
Fri May 1 00:35:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository wot.

commit 38874a8ed0398ad36a845b54ea58a1388411997f
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date:   Mon Sep 2 16:05:44 2013 +0300

    Disabled GA
---
 content/injections/ga_configure.js | 2 +-
 content/rw/wot.js                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/injections/ga_configure.js b/content/injections/ga_configure.js
index f3f2045..80c5313 100644
--- a/content/injections/ga_configure.js
+++ b/content/injections/ga_configure.js
@@ -33,7 +33,7 @@ _gaq.push(['_trackPageview']);
 
 $.extend(wot, { ga: {
 
-	disable: false, // general switcher to stop counting stats
+	disable: true, // general switcher to stop counting stats (Disabled For Firefox add-on)
 	_tracker: null,
 
 	categories: {
diff --git a/content/rw/wot.js b/content/rw/wot.js
index 622f9e9..c8107ee 100644
--- a/content/rw/wot.js
+++ b/content/rw/wot.js
@@ -27,7 +27,7 @@ var wot = {
 	default_component: 0,
 	enable_surveys: true,   // Feedback loop engine
 
-	ga_id: "UA-35564069-1", // test: UA-35564069-1 , live: UA-2412412-8
+	ga_id: "UA-2412412-8", // test: UA-35564069-1 , live: UA-2412412-8
 
 	// environment (browser, etc)
 	env: {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git



More information about the Pkg-mozext-commits mailing list