mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Fix jshint failure
This commit is contained in:
@@ -506,7 +506,6 @@ function JobDetailController ($location, $rootScope, $scope, $compile, $routePar
|
|||||||
if (scope.activePlay && scope.jobData.plays[scope.activePlay]) {
|
if (scope.activePlay && scope.jobData.plays[scope.activePlay]) {
|
||||||
scope.jobData.plays[scope.activePlay].playActiveClass = 'active';
|
scope.jobData.plays[scope.activePlay].playActiveClass = 'active';
|
||||||
}
|
}
|
||||||
console.log(scope.jobData.plays);
|
|
||||||
scope.$emit('LoadTasks', events_url);
|
scope.$emit('LoadTasks', events_url);
|
||||||
})
|
})
|
||||||
.error( function(data, status) {
|
.error( function(data, status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user