mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
fix console error
This commit is contained in:
@@ -244,7 +244,6 @@ export function ProjectsList ($scope, $rootScope, $location, $log, $stateParams,
|
|||||||
Wait('start');
|
Wait('start');
|
||||||
var url = defaultUrl + id + '/';
|
var url = defaultUrl + id + '/';
|
||||||
Rest.setUrl(url);
|
Rest.setUrl(url);
|
||||||
console.log($state);
|
|
||||||
Rest.destroy()
|
Rest.destroy()
|
||||||
.success(function () {
|
.success(function () {
|
||||||
if (parseInt($state.params.id) === id) {
|
if (parseInt($state.params.id) === id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user