mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Fix jshint warning
This commit is contained in:
@@ -43,7 +43,7 @@ export default ['Rest', 'Wait',
|
|||||||
organization: $scope.organization,
|
organization: $scope.organization,
|
||||||
script: $scope.script
|
script: $scope.script
|
||||||
})
|
})
|
||||||
.success(function(data) {
|
.success(function() {
|
||||||
$state.go('inventoryScripts', null, { reload: true });
|
$state.go('inventoryScripts', null, { reload: true });
|
||||||
Wait('stop');
|
Wait('stop');
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user