mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Merge branch 'MDL-56402-master' of git://github.com/lameze/moodle
This commit is contained in:
commit
3a24b255ba
File diff suppressed because one or more lines are too long
@ -535,8 +535,10 @@ define(['jquery', 'core/ajax', 'core/templates', 'core/notification', 'core/cust
|
||||
Contacts.prototype._setSelectedUser = function(selector) {
|
||||
// Remove the 'selected' class from any other contact.
|
||||
this.messageArea.find(SELECTORS.CONTACT).removeClass('selected');
|
||||
this.messageArea.find(SELECTORS.CONTACT).removeAttr('tabindex');
|
||||
// Set the tab for the user to selected.
|
||||
this.messageArea.find(SELECTORS.CONTACT + selector).addClass('selected');
|
||||
this.messageArea.find(SELECTORS.CONTACT + selector).attr('tabIndex', 0);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user