mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-12 09:01:16 +00:00
Commenting out code that breaks window.open.
This commit is contained in:
parent
8315e6fde0
commit
f249f73525
@ -609,7 +609,8 @@ nsBrowserAppCore::LoadInitialPage(void)
|
||||
else {
|
||||
//Load the BrowserInit Page for now. This s'd be replaced by code
|
||||
//that will look for Prefs and load the default home page
|
||||
rv = LoadUrl(nsString("resource:/res/samples/BrowserInitPage.html"));
|
||||
// XXX This code breaks window.open. Commenting out for now. - DWH
|
||||
// rv = LoadUrl(nsString("resource:/res/samples/BrowserInitPage.html"));
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user