mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
fix jshint error
This commit is contained in:
@@ -31,8 +31,7 @@ export default
|
||||
});
|
||||
};
|
||||
getManagementJobs();
|
||||
var scope = $rootScope.$new(),
|
||||
parent_scope = scope;
|
||||
var scope = $rootScope.$new();
|
||||
scope.cleanupJob = true;
|
||||
|
||||
// This handles the case where the user refreshes the management job notifications page.
|
||||
|
||||
Reference in New Issue
Block a user