ツリーをブックマークする時、ダミーのタブを除外するように
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4685 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
b36e543039
commit
54f975bc72
@ -2178,6 +2178,9 @@ catch(e) {
|
|||||||
bookmarkedTabs = bookmarkedTabs.concat(b.treeStyleTab.getDescendantTabs(tabs[i]));
|
bookmarkedTabs = bookmarkedTabs.concat(b.treeStyleTab.getDescendantTabs(tabs[i]));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.isGroupTab(bookmarkedTabs[0]))
|
||||||
|
bookmarkedTabs[0].splice(0, 1);
|
||||||
|
|
||||||
if ('MultipleTabService' in window &&
|
if ('MultipleTabService' in window &&
|
||||||
'addBookmarkFor' in MultipleTabService) {
|
'addBookmarkFor' in MultipleTabService) {
|
||||||
MultipleTabService.addBookmarkFor(bookmarkedTabs);
|
MultipleTabService.addBookmarkFor(bookmarkedTabs);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user