diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-01 16:13:58 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-01 16:13:58 +0200 |
commit | a539cebdaac8141189f51cb9de87525bb2c8571a (patch) | |
tree | 7917b23a4eb2590e1759075545375b1f6f0e8b0c /skins/larry/ui.js | |
parent | eb95518ef9b1bf9160f0e95d45811a4ef8c0e1fb (diff) |
Improve mail view document structure with headings, roles, labels and aria-attributes
Diffstat (limited to 'skins/larry/ui.js')
-rw-r--r-- | skins/larry/ui.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/ui.js b/skins/larry/ui.js index add02b85e..9006b35d2 100644 --- a/skins/larry/ui.js +++ b/skins/larry/ui.js @@ -475,6 +475,8 @@ function rcube_mail_ui() minHeight: 90 }).show(); + me.messagedialog.closest('div[role=dialog]').attr('role', 'alertdialog'); + me.message_timer = window.setTimeout(dialog_close, p.timeout); } } |