mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 11:40:05 -03:30
fix jshint error
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user