Bug 240947 use content instead of _content
r=neil sr=dveditz git-svn-id: svn://10.0.0.236/trunk@241922 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -80,7 +80,7 @@ function launchBrowser( UrlToGoTo )
|
||||
else if ("loadURI" in navWindow)
|
||||
navWindow.loadURI(UrlToGoTo);
|
||||
else
|
||||
navWindow._content.location.href = UrlToGoTo;
|
||||
navWindow.content.location.href = UrlToGoTo;
|
||||
}
|
||||
// if all else fails, open a new window
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user