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