Add js for aria-labelledby in conversations
This commit is contained in:
parent
5ecafa2bb0
commit
3d6918646e
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"),
|
||||
preFill: this.prefill
|
||||
}).focus();
|
||||
$("#contact_ids").attr("aria-labelledby", "toLabel");
|
||||
},
|
||||
|
||||
keyDown : function(evt) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue