mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
Fix jshint warning
This commit is contained in:
parent
20f83b6c55
commit
568fd7ad22
@ -43,7 +43,7 @@ export default ['Rest', 'Wait',
|
||||
organization: $scope.organization,
|
||||
script: $scope.script
|
||||
})
|
||||
.success(function(data) {
|
||||
.success(function() {
|
||||
$state.go('inventoryScripts', null, { reload: true });
|
||||
Wait('stop');
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user