mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 18:40:01 -03:30
fix jshint error
This commit is contained in:
parent
bcd57b18c2
commit
ef3c18e071
@ -272,7 +272,7 @@ export function JobTemplatesAdd($scope, $rootScope, $compile, $location, $log, $
|
||||
};
|
||||
$scope.mode = "add";
|
||||
$scope.parseType = 'yaml';
|
||||
ParseTypeChange({ scope: $scope, field_id: 'job_templates_variables', onChange: callback })
|
||||
ParseTypeChange({ scope: $scope, field_id: 'job_templates_variables', onChange: callback });
|
||||
|
||||
$scope.playbook_options = [];
|
||||
$scope.allow_callbacks = 'false';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user