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

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/controllers.js
139 139
				step++;
140 140
				this.set('currentStep', step);
141 141
			}
142
			else
142
			else {
143
				this.init();
143 144
				this.get('target').send('closeWizard');
145
			}
144 146
		},
145 147
		moveBack: function() {
146 148
			var step = this.get('currentStep');
147 149

  
148 150
			if(step === 1) {
151
				this.init();
149 152
				this.get('target').send('closeWizard');
150 153
			}
151 154
			else {

Also available in: Unified diff