This commit is contained in:
ben%netscape.com 2000-04-30 03:11:01 +00:00
Родитель b0ab659e09
Коммит c55bdc7553
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -218,7 +218,7 @@ nsXULBrowserWindow.prototype =
onStatusChange : function(channel, status)
{
if(!throbberElement)
throbberElement = document.getElementById("Throbber");
throbberElement = document.getElementById("navigator-throbber");
if(!statusMeter)
statusMeter = document.getElementById("statusbar-icon");
if(!stopButton)
@ -376,7 +376,7 @@ function Shutdown()
function onLoadViaOpenDialog() {
// See if load in progress (loading default page).
if ( document.getElementById("Throbber").getAttribute("busy") == "true" ) {
if ( document.getElementById("navigator-throbber").getAttribute("busy") == "true" ) {
dump( "Stopping load of default initial page\n" );
appCore.stop();
}