mirror of
https://github.com/ansible/awx.git
synced 2026-01-19 13:41:28 -03:30
fix console error
This commit is contained in:
parent
58f322ec0b
commit
956000c76a
@ -244,7 +244,6 @@ export function ProjectsList ($scope, $rootScope, $location, $log, $stateParams,
|
||||
Wait('start');
|
||||
var url = defaultUrl + id + '/';
|
||||
Rest.setUrl(url);
|
||||
console.log($state);
|
||||
Rest.destroy()
|
||||
.success(function () {
|
||||
if (parseInt($state.params.id) === id) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user