From 669990f69f1cbfe2edbc511fe6221210f58e5494 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 3 Sep 2020 16:11:42 +0800 Subject: [PATCH] * Adjust add testtask. --- module/build/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/build/control.php b/module/build/control.php index 951d36e937..b78c19643d 100644 --- a/module/build/control.php +++ b/module/build/control.php @@ -348,7 +348,7 @@ class build extends control { echo html::a($this->createLink('build', 'create', "projectID=$projectID&productID=$productID", '', $onlybody = true), $this->lang->build->create, '', "data-toggle='modal' data-type='iframe'"); echo '  '; - echo html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh); + die(html::a("javascript:loadProjectBuilds($projectID)", $this->lang->refresh)); } die(html::select('build', $builds, $build, "class='form-control'")); }