mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
fix for jshint
This commit is contained in:
parent
198fa2740a
commit
aa1481b931
@ -71,7 +71,7 @@ export default [
|
||||
// we want the options w/o a space, and
|
||||
// the ConfigurationUtils.arrayToList()
|
||||
// does a string.split(', ') w/ an extra space
|
||||
// behind the comma.
|
||||
// behind the comma.
|
||||
if(key === "AD_HOC_COMMANDS"){
|
||||
$scope[key] = data[key].toString();
|
||||
}
|
||||
|
||||
@ -159,6 +159,7 @@ function(ConfigurationUtils, i18n, $rootScope) {
|
||||
var filePickerText = angular.element(document.getElementById('filePickerText'));
|
||||
var filePickerError = angular.element(document.getElementById('filePickerError'));
|
||||
var filePickerButton = angular.element(document.getElementById('filePickerButton'));
|
||||
var filePicker = angular.element(document.getElementById('filePicker'));
|
||||
|
||||
scope.imagePresent = global.$AnsibleConfig.custom_logo || false;
|
||||
scope.imageData = $rootScope.custom_logo;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user