Reduce timeout to 0.

This commit is contained in:
blakeross%telocity.com 2002-10-13 02:27:53 +00:00
parent cffb9fe016
commit 08922d738b

View File

@ -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)