mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-09 09:36:50 +01:00
Set aria-haspopup=true for Download menu item when using zipdownload submenu
This commit is contained in:
@@ -43,6 +43,8 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
|
||||
link.html('').append(span);
|
||||
}
|
||||
|
||||
link.attr('aria-haspopup', 'true');
|
||||
|
||||
span.text(rcmail.get_label('zipdownload.download'));
|
||||
rcmail.env.download_link = link;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user