mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Reduce timeout to 0.
This commit is contained in:
parent
cffb9fe016
commit
08922d738b
@ -85,7 +85,7 @@ function Startup()
|
||||
gName.select();
|
||||
gName.focus();
|
||||
onFieldInput();
|
||||
setTimeout(fillSelectFolderMenupopup, 100);
|
||||
setTimeout(fillSelectFolderMenupopup, 0);
|
||||
gIndentation = Array(16);
|
||||
gIndentation[0] = "";
|
||||
for (var i=1; i<16; ++i)
|
||||
|
Loading…
Reference in New Issue
Block a user