mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Hack to get startup leaks sane again.
This commit is contained in:
parent
1702bc6092
commit
42eba0eeb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user