mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-18 17:02:01 +00:00
adding more chrome to window cycler windows
This commit is contained in:
parent
ed5b9e5448
commit
9d7271d462
@ -75,7 +75,7 @@ function CycleWindow( inType, inChromeURL )
|
||||
if ( topWindowOfType == null )
|
||||
{
|
||||
dump( " no windows of this type so create a new one \n");
|
||||
window.open( inChromeURL, "","chrome,menubar,toolbar,resizable" );
|
||||
window.open( inChromeURL, "","chrome,menubar,toolbar,location,status,resizable" );
|
||||
return;
|
||||
}
|
||||
|
||||
@ -118,7 +118,7 @@ function CycleWindow( inType, inChromeURL )
|
||||
else
|
||||
{
|
||||
dump("open window \n");
|
||||
window.open( inChromeURL, "","chrome,menubar,toolbar,resizable" );
|
||||
window.open( inChromeURL, "","chrome,menubar,toolbar,location,status,resizable" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user