Reverting my previous changes, as they have no effect on tinderbox leak stats.

This commit is contained in:
waterson%netscape.com 2000-05-04 03:52:33 +00:00
Родитель e231bf7819
Коммит b0416d2549
1 изменённых файлов: 1 добавлений и 3 удалений

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

@ -325,10 +325,8 @@ 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();