зеркало из https://github.com/mozilla/gecko-dev.git
Bug 309061 msgHdrViewOverlay.js should use hasChildNodes
p=me r/sr=neil.parkwaycc.co.uk
This commit is contained in:
Родитель
42cd906430
Коммит
7435eb0f18
|
@ -1332,8 +1332,8 @@ function ClearAttachmentList()
|
|||
var list = document.getElementById('attachmentList');
|
||||
list.clearSelection();
|
||||
|
||||
while (list.childNodes.length)
|
||||
list.removeItemAt(list.childNodes.length - 1);
|
||||
while (list.hasChildNodes())
|
||||
list.removeChild(list.lastChild);
|
||||
}
|
||||
|
||||
function ShowEditMessageButton()
|
||||
|
|
Загрузка…
Ссылка в новой задаче