11000 - wizard finish button apperas on first page when stepping back, r=blake, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2002-02-16 01:44:41 +00:00
parent 2930d42ded
commit 9da7238b4c

View File

@ -57,6 +57,7 @@ function identityPageValidate()
var isMailAccount = pageData.accounttype.mailaccount;
if (isMailAccount && isMailAccount.value) {
setNextPage("accounttype","identitypage");
if (gCurrentAccountData && gCurrentAccountData.wizardSkipPanels) {
setNextPage("identitypage","done");
}