mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 623795 follow-up: forgot to apply my own review comments. r=me a=blocking-betaN
This commit is contained in:
parent
54d33bf64c
commit
2efaeba5ed
@ -384,11 +384,6 @@ var gSyncSetup = {
|
||||
// This is a fallback in case the Master Password gets locked mid-wizard.
|
||||
if ((this.wizard.pageIndex >= 0) &&
|
||||
!Weave.Utils.ensureMPUnlocked()) {
|
||||
|
||||
// Leave canAdvance set according to onPageShow, because it dictates
|
||||
// whether the Next button stays enabled. Return false to prevent the
|
||||
// wizard from advancing to the next page.
|
||||
this.onPageShow();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user