mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Fix lint error after rebasing
This commit is contained in:
parent
0b50794614
commit
b7d4f0b5ff
@ -158,7 +158,7 @@ function AtPopoverController () {
|
||||
popover.style.visibility = 'visible';
|
||||
popover.style.opacity = 1;
|
||||
|
||||
if (scope.popover.position === 'right') {
|
||||
if (scope.popover.position === 'right') {
|
||||
vm.displayRight(positions);
|
||||
} else if (scope.popover.position === 'top') {
|
||||
vm.displayTop(positions);
|
||||
|
Loading…
Reference in New Issue
Block a user