diff --git a/awx/ui/client/src/controllers/Jobs.js b/awx/ui/client/src/controllers/Jobs.js index 578527480e..9dce01c863 100644 --- a/awx/ui/client/src/controllers/Jobs.js +++ b/awx/ui/client/src/controllers/Jobs.js @@ -35,8 +35,7 @@ export function JobsListController($state, $rootScope, $log, $scope, $compile, $ } $scope.removeChoicesReady = $scope.$on('choicesReady', function() { $scope[list.name].forEach(function(item, item_idx) { - var fld, field, - itm = $scope[list.name][item_idx]; + var itm = $scope[list.name][item_idx]; // Set the item type label if (list.fields.type) {