Supplementary patch to bug 203960 to fix javascript error: tabs is not defined when replacing bookmark groups spotted by hj p=gautheri@noos.fr r=me sr/a=brendan

This commit is contained in:
neil%parkwaycc.co.uk 2003-11-29 19:55:01 +00:00
Родитель e20ca858dd
Коммит 5824afe35b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1210,7 +1210,7 @@
} else {
this.backBrowserGroup = this.replaceGroup(aGroup);
this.forwardBrowserGroup = [];
tab = tabs.firstChild;
tab = this.mTabContainer.firstChild;
}
return tab;
]]>