Commenting out code that breaks window.open.

This commit is contained in:
hyatt%netscape.com 1999-04-28 07:48:05 +00:00
parent 8315e6fde0
commit f249f73525

View File

@ -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;
}