Job Submission cleanup

removed some commented code from the fix for the job submission from yesterday
This commit is contained in:
Jared Tabor
2014-11-06 14:28:18 -05:00
parent cacdefafbf
commit fd8908f7dc
4 changed files with 2 additions and 48 deletions

View File

@@ -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!',