Hack to get startup leaks sane again.

This commit is contained in:
waterson%netscape.com 2000-05-03 22:43:59 +00:00
Родитель 1702bc6092
Коммит 42eba0eeb6
1 изменённых файлов: 3 добавлений и 1 удалений

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

@ -325,9 +325,11 @@ function Startup()
// give urlbar focus so it'll be an active editor and d&d will work properly
var url_bar = document.getElementById("urlbar");
/*
if ( url_bar )
url_bar.focus();
*/
tryToSetContentWindow();
// Add a capturing event listener to the content area