mirror of
https://github.com/ansible/awx.git
synced 2026-05-20 15:27:47 -02:30
Updates jshint settings
This commit is contained in:
@@ -111,7 +111,9 @@ angular.module('JobSubmissionHelper', [ 'RestServices', 'Utilities', 'Credential
|
||||
if(scope.prompt_for_vars===false && scope.survey_enabled===true){
|
||||
scope.$emit('GetExtraVars');
|
||||
}
|
||||
else scope.$emit('BuildData');
|
||||
else {
|
||||
scope.$emit('BuildData');
|
||||
}
|
||||
|
||||
|
||||
};
|
||||
@@ -831,7 +833,9 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi
|
||||
else if (!Empty(scope.survey_enabled) && scope.survey_enabled===true) {
|
||||
scope.$emit('PromptForSurvey', html, url);
|
||||
}
|
||||
else scope.$emit('StartPlaybookRun', url);
|
||||
else {
|
||||
scope.$emit('StartPlaybookRun', url);
|
||||
}
|
||||
}
|
||||
|
||||
})
|
||||
@@ -1021,4 +1025,4 @@ function($location, Wait, GetBasePath, LookUpInit, JobTemplateForm, CredentialLi
|
||||
});
|
||||
};
|
||||
}
|
||||
]);
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user