* Restore code.

This commit is contained in:
tianshujie98
2021-01-04 10:42:31 +08:00
parent b2c962d4d4
commit f0875ea27a
6 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -508,7 +508,7 @@ function notice()
else
{
projectID = $('#project').val();
html += '<a href="' + createLink('build', 'create','projectID=' + projectID, '', '', PRJID) + '" target="_blank" style="padding-right:5px">' + createBuild + '</a> ';
html += '<a href="' + createLink('build', 'create','projectID=' + projectID) + '" target="_blank" style="padding-right:5px">' + createBuild + '</a> ';
html += '<a href="javascript:loadProjectBuilds(' + projectID + ')">' + refresh + '</a>';
}
var $bba = $('#buildBoxActions');
-1
View File
@@ -23,7 +23,6 @@ js::set('flow', $config->global->flow);
js::set('stepsRequired', $stepsRequired);
js::set('stepsNotEmpty', $lang->bug->stepsNotEmpty);
js::set('isStepsTemplate', $isStepsTemplate);
js::set('PRJID', $this->session->PRJ);
?>
<div id="mainContent" class="main-content fade">
<div class="center-block">