You know, actually call the method that starts simulating.
This commit is contained in:
parent
a9247c5018
commit
33ea572cdf
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module.exports = class SimulateTabView extends CocoView
|
||||||
|
|
||||||
onSimulateButtonClick: (e) ->
|
onSimulateButtonClick: (e) ->
|
||||||
application.tracker?.trackEvent 'Simulate Button Click', {}
|
application.tracker?.trackEvent 'Simulate Button Click', {}
|
||||||
@startSimulating
|
@startSimulating()
|
||||||
|
|
||||||
startSimulating: ->
|
startSimulating: ->
|
||||||
@simulationPageRefreshTimeout = _.delay @refreshAndContinueSimulating, 20 * 60 * 1000
|
@simulationPageRefreshTimeout = _.delay @refreshAndContinueSimulating, 20 * 60 * 1000
|
||||||
|
|
Reference in a new issue