Tiny adjustment to last checkin (Fix for bug 37428). Adjustment fixes stuck 'loading...' message on Windows. r=pavlov

This commit is contained in:
slamm%netscape.com 2000-05-19 19:55:07 +00:00
Родитель 5875fc4cc5
Коммит 160a78a958
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -379,7 +379,7 @@ function update_panels() {
// Use a timeout to set the onload handler.
// Otherwise, this fires too early and javascript dies. Bug 37428.
sidebar.loading_iframe = iframe;
setTimeout("sidebar.loading_iframe.addEventListener('load', panel_loader, true);", 100);
setTimeout("sidebar.loading_iframe.addEventListener('load', panel_loader, true);", 1);
}
} else {
debug("item("+ii+") unselected");