Revision cd84cd34 snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember.js
465 465
				step++;
466 466
				this.set('currentStep', step);
467 467
			}
468
			else
468
			else {
469
				this.init();
469 470
				this.get('target').send('closeWizard');
471
			}
470 472
		},
471 473
		moveBack: function() {
472 474
			var step = this.get('currentStep');
473 475

  
474 476
			if(step === 1) {
477
				this.init();
475 478
				this.get('target').send('closeWizard');
476 479
			}
477 480
			else {

Also available in: Unified diff