summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-06-04 16:34:30 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-06-04 16:34:30 +0200
commit761ee4c575d8f1a537c78680ebff6862c0f189fd (patch)
treec6a1771b19007c541c1a253ba23e6896944461d2 /program/js/app.js
parent6d3ab605b17223f79d94a3bf82d8e4f16101cb1c (diff)
Fix typo in aria-attribute
Diffstat (limited to 'program/js/app.js')
-rw-r--r--program/js/app.js2
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();