diff --git a/javascripts/theme.js b/javascripts/theme.js index a6347b0..6a2c3e5 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -212,9 +212,8 @@ function alter_issue_show_page() { if ($('.controller-issues.action-show a.overview').length) { var project_name = $('a.overview').attr('href').split('/')[2]; - if (project_name == 'lingo') { - project_name = 'combo'; - } + if (project_name == 'lingo') { project_name = 'combo'; } + if (project_name == 'authentic2-auth-fc') { project_name = 'authentic'; } var issue_no = $('a.atom').attr('href').split('/')[2].split('.')[0]; var call1 = $.ajax({ url: 'https://jenkins.entrouvert.org/job/' + project_name + '-wip/api/json',