From 0e6247bdadcdc86824ea2e7dec8443e915956d43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Wed, 8 Apr 2020 10:09:28 +0200 Subject: [PATCH] get combo jenkins jobs for lingo patches --- javascripts/theme.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascripts/theme.js b/javascripts/theme.js index 177fa76..cc99b0c 100644 --- a/javascripts/theme.js +++ b/javascripts/theme.js @@ -201,6 +201,9 @@ $(function() { if ($('.controller-issues.action-show a.overview').length) { var project_name = $('a.overview').attr('href').split('/')[2]; + if (project_name == 'lingo') { + project_name = 'combo'; + } 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',