diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 16:34:30 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-04 16:34:30 +0200 |
commit | 761ee4c575d8f1a537c78680ebff6862c0f189fd (patch) | |
tree | c6a1771b19007c541c1a253ba23e6896944461d2 /program/js/app.js | |
parent | 6d3ab605b17223f79d94a3bf82d8e4f16101cb1c (diff) |
Fix typo in aria-attribute
Diffstat (limited to 'program/js/app.js')
-rw-r--r-- | program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js index dd7b51f04..b1feeb456 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -4817,7 +4817,7 @@ function rcube_webmail() $(this.ksearch_input) .attr('aria-haspopup', 'false') .attr('aria-expanded', 'false') - .removeAttr('aria-activedecendant') + .removeAttr('aria-activedescendant') .removeAttr('aria-owns'); this.ksearch_destroy(); |