зеркало из https://github.com/mozilla/gecko-dev.git
fix for erroneous check-in ; b=116393, rs=kin ; original and correct patch was r=cmanske, sr=jag
This commit is contained in:
Родитель
f91e6a217c
Коммит
3214848ef3
|
@ -205,7 +205,7 @@ function Startup()
|
|||
// XXX: Disabling of tabs is currently broken, so for
|
||||
// now we'll just remove the tab completely.
|
||||
//CellTab.setAttribute("disabled", "true");
|
||||
gDialog.CellTab.parentNode.removeChild(CellTab);
|
||||
gDialog.CellTab.parentNode.removeChild(gDialog.CellTab);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче