mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1231728 - Fixes sync/setup.js switch statement. r=markh
This commit is contained in:
parent
b217d83b61
commit
d379441ab9
@ -512,7 +512,6 @@ var gSyncSetup = {
|
||||
onWizardBack: function () {
|
||||
switch (this.wizard.pageIndex) {
|
||||
case NEW_ACCOUNT_START_PAGE:
|
||||
case EXISTING_ACCOUNT_LOGIN_PAGE:
|
||||
this.wizard.pageIndex = INTRO_PAGE;
|
||||
return false;
|
||||
case EXISTING_ACCOUNT_CONNECT_PAGE:
|
||||
|
Loading…
Reference in New Issue
Block a user