mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 04:10:44 -03:30
Remove accidental priority attribute from awToolTip
This commit is contained in:
parent
ef422d33b1
commit
9aba3bfa6a
@ -404,7 +404,6 @@ angular.module('AWDirectives', ['RestServices', 'Utilities', 'AuthService', 'Job
|
||||
*/
|
||||
.directive('awToolTip', ['$sce', function($sce) {
|
||||
return {
|
||||
priority: 1000,
|
||||
link: function(scope, element, attrs) {
|
||||
var delay = (attrs.delay !== undefined && attrs.delay !== null) ? attrs.delay : ($AnsibleConfig) ? $AnsibleConfig.tooltip_delay : {show: 500, hide: 100},
|
||||
placement;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user