View | Details | Raw Unified | Return to bug 41081
Collapse All | Expand All

(-)univention-management-console-frontend/umc/widgets/Wizard.js (-1 / +1 lines)
 Lines 303-311    Link Here 
303
		},
303
		},
304
304
305
		switchPage: function(pageName) {
305
		switchPage: function(pageName) {
306
			window.scrollTo(0, 0);
307
			this._updateButtons(pageName);
306
			this._updateButtons(pageName);
308
			this.selectChild(this._pages[pageName]);
307
			this.selectChild(this._pages[pageName]);
308
			window.scrollTo(0, 0);
309
		},
309
		},
310
310
311
		focusFirstWidget: function(pageName) {
311
		focusFirstWidget: function(pageName) {

Return to bug 41081