mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Remove help link from tab order
Fixed: https://trello.com/c/JbtD7aQP/33-tabing-between-dialog-on-forms-will-select-the-help-elements
This commit is contained in:
parent
6bccca2a9e
commit
fa9c6b0171
@ -300,8 +300,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
html: true,
|
||||
container: container
|
||||
});
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
$(element).popover({
|
||||
placement: placement,
|
||||
delay: 0,
|
||||
@ -312,6 +311,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
container: container
|
||||
});
|
||||
}
|
||||
$(element).attr('tabindex',-1);
|
||||
$(element).click(function() {
|
||||
var self = $(this);
|
||||
try {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user