Lines Matching +full:continue +full:- +full:on +full:- +full:error
12 * Set visibility of buttons according to current error state
17 $this.find('.ctlfrm-start').addClass('hide');
20 $this.find('.ctlfrm-skip').removeClass('hide');
21 $this.find('.ctlfrm-retry').removeClass('hide');
22 $this.find('.ctlfrm-continue').addClass('hide');
24 $this.find('.ctlfrm-skip').addClass('hide');
25 $this.find('.ctlfrm-retry').addClass('hide');
26 $this.find('.ctlfrm-continue').addClass('hide');
33 * @param {bool} skip should an error be skipped?
36 // clear error output
53 if (data.error) {
54 … $this.find('.output').html('<p><div class="error">' + data.error + '</div></p>');
72 $this.find('.ctl-continue').click(function (e) {
78 // should the next error be skipped?
81 // step on it
88 // hide preview list on namespace move