Bug 305226 - Fix the Details link in the Donwloading update wizard page. r=mscott/mconnor.

This commit is contained in:
mozilla.mano%sent.com 2005-10-17 19:52:40 +00:00
Родитель ced27ef15c
Коммит ad58c44061
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -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);
},