Bug 1475817 - Follow-up to part 9 (addressing): Remove reference to richlistcell. r=aceman
--HG-- extra : rebase_source : 5772cb864e11e3d38ab93b808a1771bc7a946e25
This commit is contained in:
Родитель
8813f43383
Коммит
8133b3b7ed
|
@ -496,8 +496,7 @@ function awClickEmptySpace(target, setFocus)
|
|||
{
|
||||
if (document.getElementById("addressCol2#1").disabled || target == null ||
|
||||
(target.localName != "richlistbox" &&
|
||||
target.localName != "richlistcell" &&
|
||||
target.localName != "richlistitem"))
|
||||
target.localName != "richlistitem"))
|
||||
return;
|
||||
|
||||
var lastInput = awGetInputElement(top.MAX_RECIPIENTS);
|
||||
|
|
|
@ -361,8 +361,7 @@ function awClickEmptySpace(target, setFocus)
|
|||
{
|
||||
if (target == null ||
|
||||
(target.localName != "richlistbox" &&
|
||||
target.localName != "richlistcell" &&
|
||||
target.localName != "richlistitem"))
|
||||
target.localName != "richlistitem"))
|
||||
return;
|
||||
|
||||
var lastInput = awGetInputElement(top.MAX_RECIPIENTS);
|
||||
|
|
Загрузка…
Ссылка в новой задаче