* 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');