Make attachment list :empty selector work

pull/6842/head
Thomas Bruederli 5 years ago
parent cf862fbd6f
commit 00a867a05f

@ -1197,7 +1197,7 @@ function rcmail_compose_attachment_list($attrib)
if (!$attrib['id']) if (!$attrib['id'])
$attrib['id'] = 'rcmAttachmentList'; $attrib['id'] = 'rcmAttachmentList';
$out = "\n"; $out = "";
$jslist = array(); $jslist = array();
$button = ''; $button = '';

Loading…
Cancel
Save