mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Don't process tooltip on awToolTip items
This commit is contained in:
parent
7b04cce7d4
commit
a81a48ab18
@ -2,6 +2,10 @@
|
||||
|
||||
export default function() {
|
||||
return function(scope, element, attrs) {
|
||||
if (attrs.awToolTip) {
|
||||
return;
|
||||
}
|
||||
|
||||
element.tooltip();
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user