do not special case lingo jenkins job name anymore (#64766)

This commit is contained in:
Frédéric Péters 2022-05-03 06:43:28 +02:00
parent d6cf8cf73b
commit 520e64d1e4
1 changed files with 0 additions and 1 deletions

View File

@ -217,7 +217,6 @@ 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 == 'authentic2-auth-fc') { project_name = 'authentic'; }
var issue_no = $('a.atom').attr('href').split('/')[2].split('.')[0];
var call1 = $.ajax({