Remove class attribute setting on open in tabs menu item.

git-svn-id: svn://10.0.0.236/trunk@131685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hyatt%netscape.com
2002-10-10 09:02:28 +00:00
parent b9a0b96261
commit 83ae50beff

View File

@@ -381,7 +381,6 @@
element.setAttribute("id", "openintabs-menuitem")
element.setAttribute("label", BookmarksUtils.getLocaleString("cmd_bm_openfolder"));
element.setAttribute("accesskey", BookmarksUtils.getLocaleString("cmd_bm_openfolder_accesskey"));
element.setAttribute("class", "menuitem-iconic groupmark-item");
element.setAttribute("oncommand", "BookmarksUtils.loadBookmarkBrowser(event, this.parentNode.parentNode, this.database); event.preventBubble();");
aTarget.appendChild(element);
]]></body>