mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
fix for bug#49720; deleting recipient causes error message; r=ducarroz
This commit is contained in:
parent
f4eec2de72
commit
e5f1e13cca
@ -311,7 +311,7 @@ function awDeleteHit(inputElement)
|
||||
if (nextRow) {
|
||||
awSetFocus(row+index, nextRow)
|
||||
if (row)
|
||||
awRemoveRow(row);
|
||||
awCleanupRows(row);
|
||||
}
|
||||
else
|
||||
inputElement.value = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user