mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Fix lint error after rebasing
This commit is contained in:
@@ -158,7 +158,7 @@ function AtPopoverController () {
|
|||||||
popover.style.visibility = 'visible';
|
popover.style.visibility = 'visible';
|
||||||
popover.style.opacity = 1;
|
popover.style.opacity = 1;
|
||||||
|
|
||||||
if (scope.popover.position === 'right') {
|
if (scope.popover.position === 'right') {
|
||||||
vm.displayRight(positions);
|
vm.displayRight(positions);
|
||||||
} else if (scope.popover.position === 'top') {
|
} else if (scope.popover.position === 'top') {
|
||||||
vm.displayTop(positions);
|
vm.displayTop(positions);
|
||||||
|
|||||||
Reference in New Issue
Block a user