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