fixed js errors
git-svn-id: svn://10.0.0.236/trunk@210277 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4ebfa1e421
commit
7dbb7b3aaa
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user