Bug 1475817 - Follow-up to part 9 (addressing): Remove reference to richlistcell. r=aceman

--HG--
extra : rebase_source : 5772cb864e11e3d38ab93b808a1771bc7a946e25
This commit is contained in:
Jorg K 2018-07-21 23:55:54 +02:00
Родитель 8813f43383
Коммит 8133b3b7ed
2 изменённых файлов: 2 добавлений и 4 удалений

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

@ -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);