Fixed JS error in Table Properties dialog, b=116393, fix by glazman, r=cmanske, sr=jag

This commit is contained in:
cmanske%netscape.com 2001-12-21 23:30:02 +00:00
Родитель 8355970f24
Коммит b0fd7fff2e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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");
CellTab.parentNode.removeChild(CellTab);
gDialog.CellTab.parentNode.removeChild(CellTab);
}
}