Bug 268941 Error ``tabs has no properties'' [xs] in file ``chrome://communicator/content/sidebar/sidebarOverlay.js'', line 1355, character 0.

patch by bugzilla@mcsmurf.de r=caillon sr=neil
This commit is contained in:
timeless%mozdev.org 2004-11-12 16:48:29 +00:00
Родитель f2456ad426
Коммит a6537fbece
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -1328,10 +1328,11 @@ function SidebarTogglePanel(panel_menuitem) {
}
}
var tabs = sidebarObj.panels.node.childNodes;
if (did_exclude)
{
// if we excluded a tab in view then add another one
var tabs = sidebarObj.panels.node.childNodes;
if (panel.is_in_view())
{
// we excluded one so let's try to bring a non-excluded one into view