diff --git a/common/locales/en/front.json b/common/locales/en/front.json index b599bb1815..2da2f59e07 100644 --- a/common/locales/en/front.json +++ b/common/locales/en/front.json @@ -120,6 +120,8 @@ "mobileAndroid": "Android", "mobileIOS": "iOS", "motivate": "Motivate yourself and your team!", + "motivate1": "Motivate yourself to do anything.", + "motivate2": "Get Organized. Get Motivated. Get Gold.", "passConfirm": "Confirm Password", "passMan": "In case you are using a password manager (like 1Password) and have problems logging in, try typing username and password manually.", "password": "Password", diff --git a/website/public/js/controllers/footerCtrl.js b/website/public/js/controllers/footerCtrl.js index b70f6c863e..f7fda11580 100644 --- a/website/public/js/controllers/footerCtrl.js +++ b/website/public/js/controllers/footerCtrl.js @@ -28,7 +28,7 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) { // Google Analytics, only in production if (window.env.NODE_ENV === 'production') { // Get experiments API - $.getScript('//www.google-analytics.com/cx/api.js?experiment=pi26hZ3rRFaEPNiKqXbhqA', function(){ + $.getScript('//www.google-analytics.com/cx/api.js?experiment=t-AFggRWQnuJ6Teck_x1-Q', function(){ $rootScope.variant = cxApi.chooseVariation(); $rootScope.$apply(); diff --git a/website/public/js/services/guideServices.js b/website/public/js/services/guideServices.js index 35f3676646..379e90fe39 100644 --- a/website/public/js/services/guideServices.js +++ b/website/public/js/services/guideServices.js @@ -185,13 +185,14 @@ function($rootScope, User, $timeout, $state) { var showFinish = step.final || k == 'classes'; var showCounter = k=='intro' && !step.final; - $rootScope.variant=2; // temporarily set finish & counter on until we can get experiment working - // Experiment wud1Ba5qT1m9qR3PP0-Mmg , remove this when experiment complete // 0=No Finish; Yes Counter 1=No Finish; No Counter 2=Yes Finish; Yes Counter 3=Yes Finish; No Counter showFinish = showFinish || $rootScope.variant==2 || $rootScope.variant==3; showCounter = showCounter && ($rootScope.variant==0 || $rootScope.variant==2); + // FIXME temporarily set finish & counter on until we can get experiment working + showFinish=true;showCounter=true; + return '