Part of fix to table editor interface cleanup bug 166922. r=akkana, sr=hewitt

This commit is contained in:
cmanske%netscape.com 2002-09-16 17:57:17 +00:00
Родитель ebf2d5f9cd
Коммит 9243687fec
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -1121,12 +1121,9 @@ function GetBackgroundElementWithColor()
gColorObj.SelectedType = ""; gColorObj.SelectedType = "";
var tagNameObj = { value: "" }; var tagNameObj = { value: "" };
var numSelected;
var element; var element;
try { try {
var elt = { value: null }; element = gEditor.getSelectedOrParentTableElement(tagNameObj, {value:0});
numSelected = gEditor.getSelectedOrParentTableElement(elt, tagNameObj);
element = elt.value;
} }
catch(e) {} catch(e) {}