feat(tour): tmp set variant=2 to (counter + finish button) until we can

get google experiment working
This commit is contained in:
Tyler Renelle
2015-04-16 20:17:13 -06:00
parent 1d95784dde
commit cfc8ff96e6

View File

@@ -185,6 +185,8 @@ 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;