履歴の項目に対してまで親タブ選択用メニューが表示されてしまっていた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4857 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-07-31 04:33:35 +00:00
parent 1ec0ec24f3
commit 4bdab99af8

View File

@ -30,7 +30,7 @@ var TreeStyleEditableBookmarkService = {
window.removeEventListener('load', this, false);
eval('gEditItemOverlay._showHideRows = '+gEditItemOverlay._showHideRows.toSource().replace(
'this._element("locationRow").collapsed',
'this._element("keywordRow").collapsed',
'TreeStyleEditableBookmarkService.parentRow.collapsed = $&'
));