bug 309093 - Next button state isn't updated after going back, r=mano

git-svn-id: svn://10.0.0.236/trunk@180907 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mconnor%steelgryphon.com 2005-09-24 16:00:09 +00:00
parent 200c5a293c
commit 403453cd88
2 changed files with 7 additions and 1 deletions

View File

@ -242,6 +242,12 @@ var MigrationWizard = {
}
},
onImportItemsPageRewound: function ()
{
this._wiz.canAdvance = true;
this.onImportItemsPageAdvanced();
},
onImportItemsPageAdvanced: function ()
{
var dataSources = document.getElementById("dataSources");

View File

@ -121,7 +121,7 @@
<wizardpage id="importItems" pageid="importItems" label="&importItems.title;"
next="migrating"
onpageshow="return MigrationWizard.onImportItemsPageShow();"
onpagerewound="return MigrationWizard.onImportItemsPageAdvanced();"
onpagerewound="return MigrationWizard.onImportItemsPageRewound();"
onpageadvanced="return MigrationWizard.onImportItemsPageAdvanced();"
oncommand="MigrationWizard.onImportItemCommand();">
<description control="dataSources">&importItems.label;</description>