Re-apply the fix to bug 86786 after pch regressed it r=varga sr=alecf

This commit is contained in:
neil%parkwaycc.co.uk 2004-06-21 08:23:11 +00:00
Родитель 703810b71c
Коммит 91fa4656d3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -303,7 +303,7 @@ var BookmarksMenuController = {
var target = BookmarksMenu._target;
switch (aCommand) {
case "cmd_bm_expandfolder":
BookmarksMenu.expandBTFolder();
setTimeout(BookmarksMenu.expandBTFolder, 0);
break;
default:
BookmarksController.doCommand(aCommand, selection, target);