diff --git a/browser/components/bookmarks/content/addBookmark2.js b/browser/components/bookmarks/content/addBookmark2.js index 4d87da518dee..0a65421d6803 100644 --- a/browser/components/bookmarks/content/addBookmark2.js +++ b/browser/components/bookmarks/content/addBookmark2.js @@ -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)