Fix jshint errors

This commit is contained in:
Marliana Lara 2017-11-14 13:23:05 -05:00
parent 6654cc35f7
commit aeb8eb3d1e
No known key found for this signature in database
GPG Key ID: 38C73B40DFA809EE
2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ export default
job_launch_data = {},
url = params.url,
submitJobType = params.submitJobType,
relaunchHostType = params.relaunchHostType,
vars_url = GetBasePath('job_templates')+scope.job_template_id + '/',
base = $location.path().replace(/^\//, '').split('/')[0],
extra_vars;

View File

@ -398,7 +398,7 @@ export default ['$compile', 'Attr', 'Icon',
}
// Plug in Dropdown Component
if (field_action === 'submit' && list.fieldActions[field_action].relaunch === true) {
innerTable += `<at-relaunch></at-relaunch>`
innerTable += `<at-relaunch></at-relaunch>`;
} else {
fAction = list.fieldActions[field_action];
innerTable += "<button id=\"";