mirror of
https://github.com/ansible/awx.git
synced 2026-07-06 13:58:05 -02:30
Job Submission cleanup
removed some commented code from the fix for the job submission from yesterday
This commit is contained in:
@@ -53,7 +53,6 @@ angular.module('JobSubmissionHelper', [ 'RestServices', 'Utilities', 'Credential
|
||||
$('#password-modal').dialog('close');
|
||||
}
|
||||
scope.$emit(callback, data);
|
||||
// scope.$destroy();
|
||||
})
|
||||
.error(function(data, status) {
|
||||
ProcessErrors(scope, data, status, null, { hdr: 'Error!',
|
||||
|
||||
Reference in New Issue
Block a user