Bug 305226 - Fix the Details link in the Donwloading update wizard page. r=mscott/mconnor.
This commit is contained in:
Родитель
ced27ef15c
Коммит
ad58c44061
|
@ -1042,7 +1042,10 @@ var gDownloadingPage = {
|
|||
|
||||
if (activeUpdate)
|
||||
this._setUIState(!updates.isDownloading);
|
||||
|
||||
|
||||
var link = document.getElementById("detailsLink");
|
||||
link.href = gUpdates.update.detailsURL;
|
||||
|
||||
gUpdates.setButtons(null, true, null, true, null, true, null, false, false,
|
||||
null, false);
|
||||
},
|
||||
|
|
Загрузка…
Ссылка в новой задаче