mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Change delay back to 0ms.
This commit is contained in:
parent
2089369b1d
commit
942e09d1db
@ -371,7 +371,7 @@ function Startup()
|
||||
elt = _content;
|
||||
}
|
||||
|
||||
setTimeout(delayedStartup, 200, elt);
|
||||
setTimeout(delayedStartup, 0, elt);
|
||||
}
|
||||
|
||||
function delayedStartup(aElt)
|
||||
|
Loading…
Reference in New Issue
Block a user