|
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) { |