Revision 8896dd4e snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/vm-wizard.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/javascripts/vm-wizard.js
55 55

  
56 56
	move: function(step, pos) {
57 57
		ui.wizard.semaphore = 0;
58
		$('.actions-bar').hide();
58 59
		ui.wizard.focusFun();
59 60
		ui.wizard.indicateStep(ui.wizard.current_step);
60 61
		ui.wizard.setMovementTags(ui.wizard.current_step, ui.wizard.btns.previous, ui.wizard.btns.next);
......
73 74
        step.css({
74 75
            top: this.getScrollOffset() + 'px'
75 76
        });
76
        $('.step').stop(false,true).animate({
77
        $('.step').animate({
77 78
            marginLeft: (-pos).toString() + '%'
78 79
        }, {
79 80
				complete: _.bind(function() {
......
93 94
                if (ui.wizard.current_step == 3 ){
94 95
					$('.vm-name input').first().focus();
95 96
                }
97
                $('.actions-bar').show();
96 98
                ui.wizard.semaphore =1;
97 99
            }, this)
98 100
        });

Also available in: Unified diff