Bug 397281 - Undeclared unused variable in loadOneOrMoreURIs, r=mano, a=mconnor
git-svn-id: svn://10.0.0.236/trunk@236567 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
da7c48f66b
commit
58bbe7eb4f
@ -1551,7 +1551,7 @@ function loadOneOrMoreURIs(aURIString)
|
||||
// we're not a browser window, pass the URI string to a new browser window
|
||||
if (window.location.href != getBrowserURL())
|
||||
{
|
||||
newWindow = openDialog(getBrowserURL(), "_blank", "all,dialog=no", aURIString);
|
||||
window.openDialog(getBrowserURL(), "_blank", "all,dialog=no", aURIString);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user