Merge pull request #6229 from svbergerem/accessibility-js
Add js for aria-labelledby in conversations
This commit is contained in:
commit
46fa24f221
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ app.views.ConversationsForm = Backbone.View.extend({
|
||||||
emptyText: Diaspora.I18n.t("no_results"),
|
emptyText: Diaspora.I18n.t("no_results"),
|
||||||
preFill: this.prefill
|
preFill: this.prefill
|
||||||
}).focus();
|
}).focus();
|
||||||
|
$("#contact_ids").attr("aria-labelledby", "toLabel");
|
||||||
},
|
},
|
||||||
|
|
||||||
keyDown : function(evt) {
|
keyDown : function(evt) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue