fix for jshint

This commit is contained in:
jaredevantabor 2017-02-21 17:09:45 -08:00
parent 198fa2740a
commit aa1481b931
2 changed files with 2 additions and 1 deletions

View File

@ -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();
}

View File

@ -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;