|
@@ -128,11 +128,8 @@ module.exports = Em.Route.extend({
|
|
|
controller.connectOutlet('wizardStep3', controller.get('content'));
|
|
|
})
|
|
|
},
|
|
|
- back: function(router, event){
|
|
|
- //if install not in progress
|
|
|
- if(!event.contexts[0].get("isInstallInProgress")){
|
|
|
- router.transitionTo('step1');
|
|
|
- }
|
|
|
+ back: function(router){
|
|
|
+ router.transitionTo('step1');
|
|
|
},
|
|
|
exit: function (router) {
|
|
|
router.get('wizardStep3Controller').set('stopBootstrap', true);
|