Enable loadInitialPage again(for the third time) so that -url option will

continue to work
This commit is contained in:
radha%netscape.com 1999-04-26 22:41:19 +00:00
Родитель 87f98b15b3
Коммит aafb6104e5
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -30,6 +30,10 @@
if ( window.frames[0].frames[1] ) {
dump("Setting content window\n");
appCore.setContentWindow( window.frames[0].frames[1] );
// I have spoken to David. This method s'dn't cause any problems in DOM
// anymore. This is needed now until we replace it with better ways of
// achieving this functionality.
appCore.loadInitialPage();
} else {
// Try again.
dump("Scheduling later attempt to set content window\n");