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'])
$attrib['id'] = 'rcmAttachmentList';
$out = "\n";
$out = "";
$jslist = array();
$button = '';

Loading…
Cancel
Save