mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-22 05:38:46 +00:00
feat(tour): tmp set variant=2 to (counter + finish button) until we can
get google experiment working
This commit is contained in:
parent
1d95784dde
commit
cfc8ff96e6
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue