diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-27 16:59:28 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-27 16:59:28 +0200 |
commit | d4d62ac414a3ba706fb65c581581c419a90d5ac9 (patch) | |
tree | f8c152c10a7602164ff327c978ab181848096d6d /program/js/list.js | |
parent | 170e45e03587f983354d20f18184d465216deb0c (diff) |
Set aria-* attributes for autocompletion fields and widgets
Diffstat (limited to 'program/js/list.js')
-rw-r--r-- | program/js/list.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/program/js/list.js b/program/js/list.js index f64d38bc3..59651b8a2 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -213,6 +213,7 @@ init_fixed_header: function() if (!this.fixed_header) { this.fixed_header = $('<table>') .attr('class', this.list.className + ' fixedcopy') + .attr('role', 'presentation') .css({ position:'fixed' }) .append(clone) .append('<tbody></tbody>'); |