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:
parent
200c5a293c
commit
403453cd88
@ -242,6 +242,12 @@ var MigrationWizard = {
|
||||
}
|
||||
},
|
||||
|
||||
onImportItemsPageRewound: function ()
|
||||
{
|
||||
this._wiz.canAdvance = true;
|
||||
this.onImportItemsPageAdvanced();
|
||||
},
|
||||
|
||||
onImportItemsPageAdvanced: function ()
|
||||
{
|
||||
var dataSources = document.getElementById("dataSources");
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user