Bug 401211 - middleclick "Open All in Tabs" opens the bookmarks twice. r=sspitzer, a=blocking-beta.

This commit is contained in:
mozilla.mano%sent.com 2007-10-31 07:55:44 +00:00
Родитель 0dbc8375cc
Коммит e61675d898
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -500,7 +500,6 @@ var BookmarksEventHandler = {
if (hasMultipleEntries) {
var openInTabs = document.createElement("menuitem");
openInTabs.setAttribute("openInTabs", "true");
openInTabs.setAttribute("onclick", "checkForMiddleClick(this, event)");
openInTabs.setAttribute("oncommand",
"PlacesUtils.openContainerNodeInTabs(this.parentNode._resultNode, event);");
openInTabs.setAttribute("label",