mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 10:11:05 -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:
@@ -300,8 +300,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
|||||||
html: true,
|
html: true,
|
||||||
container: container
|
container: container
|
||||||
});
|
});
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
$(element).popover({
|
$(element).popover({
|
||||||
placement: placement,
|
placement: placement,
|
||||||
delay: 0,
|
delay: 0,
|
||||||
@@ -312,6 +311,7 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
|||||||
container: container
|
container: container
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
$(element).attr('tabindex',-1);
|
||||||
$(element).click(function() {
|
$(element).click(function() {
|
||||||
var self = $(this);
|
var self = $(this);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user