mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 05:47:38 -02:30
Fixed JS lint errors.
This commit is contained in:
@@ -304,7 +304,6 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
msg: 'Call to ' + url + '. GET returned: ' + status });
|
msg: 'Call to ' + url + '. GET returned: ' + status });
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
console.log('no tasks loaded!');
|
|
||||||
scope.$emit('LoadHostSummaries');
|
scope.$emit('LoadHostSummaries');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user