Comment out '_dead' renaming to get context menus working again. r=law

This commit is contained in:
waterson%netscape.com 1999-10-06 18:53:32 +00:00
Родитель fe912bc9e3
Коммит 4cef0d7dd4
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -332,7 +332,7 @@ nsContextMenu.prototype = {
if ( item ) {
// Change id so it doesn't interfere with this menu
// the next time it is displayed.
item.setAttribute( "id", "_dead" );
//item.setAttribute( "id", "_dead" );
this.menu.removeChild( item );
}
},