зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
f2456ad426
Коммит
a6537fbece
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче