mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-02 16:21:01 -04:00
Turned off A/B test for Break the Prison.
This commit is contained in:
parent
fbd7d4a0c5
commit
8ab997680e
1 changed files with 0 additions and 7 deletions
|
@ -194,13 +194,6 @@ module.exports = class PlayLevelView extends View
|
|||
nextLevel = @getNextLevel()
|
||||
nextLevelID = nextLevel.get('slug') or nextLevel.id
|
||||
url = "/play/level/#{nextLevelID}"
|
||||
if @level.get('name') is 'It\'s a Trap!'
|
||||
# A/B test Break the Prison vs. skipping it and going to Taunt
|
||||
skip = Boolean(me.get('testGroupNumber') & 1) # odds
|
||||
window.tracker?.trackEvent 'Skip Break the Prison', skip: skip
|
||||
window.tracker?.identify {skipBreakThePrison: skip}
|
||||
url = '/play/level/taunt' if skip
|
||||
|
||||
Backbone.Mediator.publish 'router:navigate', {
|
||||
route: url,
|
||||
viewClass: PlayLevelView,
|
||||
|
|
Loading…
Add table
Reference in a new issue