fix for bug#49720; deleting recipient causes error message; r=ducarroz

This commit is contained in:
varada%netscape.com 2000-09-11 21:55:12 +00:00
parent f4eec2de72
commit e5f1e13cca

View File

@ -311,7 +311,7 @@ function awDeleteHit(inputElement)
if (nextRow) {
awSetFocus(row+index, nextRow)
if (row)
awRemoveRow(row);
awCleanupRows(row);
}
else
inputElement.value = "";