same as trunk rev 1.14. bug 24903 r=ben a=chofmann
git-svn-id: svn://10.0.0.236/branches/nscp_beta1_BRANCH@62743 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -92,9 +92,9 @@ function open() {
|
||||
browser.loadUrl( url );
|
||||
} else if ( dialog.newWindow.checked ) {
|
||||
/* User wants new window. */
|
||||
window.opener.openDialog( "chrome://navigator/content/navigator.xul", "_blank", "all,dialog=no", url );
|
||||
window.opener.delayedOpenWindow("chrome://navigator/content/navigator.xul","all,dialog=no",url);
|
||||
} else if ( dialog.editNewWindow.checked ) {
|
||||
window.opener.openDialog( "chrome://editor/content", "_blank", "chrome,all,dialog=no", url );
|
||||
window.opener.delayedOpenWindow("chrome://editor/content", "chrome,all,dialog=no", url);
|
||||
}
|
||||
} catch( exception ) {
|
||||
// XXX l10n
|
||||
@@ -124,4 +124,4 @@ function onChooseFile() {
|
||||
catch( exception ) {
|
||||
// Just a cancel, probably.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user