* Restore the previous version.

This commit is contained in:
tianshujie98
2020-09-28 16:52:07 +08:00
parent af733f65fb
commit 8b00a7be21

View File

@@ -206,7 +206,7 @@ function loadAllProductBuilds(productID, buildBox)
}
if(buildBox == 'resolvedBuildBox')
{
link = createLink('build', 'ajaxGetProductBuilds', 'productID=' + productID + '&varName=resolvedBuild&build=' + oldResolvedBuild + '&branch' + branch + '&index=0&type=all');
link = createLink('build', 'ajaxGetProductBuilds', 'productID=' + productID + '&varName=resolvedBuild&build=' + oldResolvedBuild + '&branch' + branch);
$('#resolvedBuildBox').load(link, function(){$(this).find('select').chosen()});
}
}