Revision 97171a7e snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/ember-all.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/okeanos-ember/ember-all.js
291 291
				return '+ Upload New Image';
292 292
		}
293 293
	}.property(),
294
		click: function (e) {
295
	        e.preventDefault();
296
	        var wizardID = '#'+ this.get('type').substring(0, type.length - 1)+'-wizard'
294
		click: function () {
295
	        var type = this.get('type');
296
	        var wizardEl = $('#'+ type.substring(0, type.length - 1)+'-wizard');
297 297
	        $('.overlay-area-custom').fadeIn(100);
298 298
	        $('body').addClass('with-overlay');
299
	        $(wizardID).fadeIn('slow');
299
	        wizardEl.fadeIn('slow');
300 300
		}
301 301
});
302 302

  

Also available in: Unified diff