зеркало из https://github.com/mozilla/pjs.git
fix save all attachments menu item from file menu, 288251
This commit is contained in:
Родитель
f64125fb05
Коммит
71b3c6e22c
|
@ -1313,7 +1313,7 @@ function ClearAttachmentMenu(popup)
|
|||
{
|
||||
if ( popup )
|
||||
{
|
||||
while ( popup.childNodes.length > 2 )
|
||||
while ( popup.childNodes[0].localName == 'menu' )
|
||||
popup.removeChild(popup.childNodes[0]);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче