Extension compatibility updates check never completes. r=bsmedberg

This commit is contained in:
rob_strong%exchangecode.com 2005-11-03 14:53:42 +00:00
Родитель a0ae8d1a22
Коммит 96d04ccc48
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -193,9 +193,9 @@ var gVersionInfoPage = {
else { else {
// VersionInfo compatibility updates resolved all compatibility problems, // VersionInfo compatibility updates resolved all compatibility problems,
// close this window and continue starting the application... // close this window and continue starting the application...
// We need to click the cancel button to wake up the ui due to the way the //XXX Bug 314754 - We need to use setTimeout to close the window due to
// EM is using xmlHttpRequest when checking for updates. // the EM using xmlHttpRequest when checking for updates.
document.documentElement.getButton("cancel").click(); setTimeout(close, 0);
} }
}, },