* Unified format.

This commit is contained in:
tianshujie98
2020-09-28 16:33:31 +08:00
parent 710a2d6998
commit 0fe2cd2e96
+1 -1
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);
link = createLink('build', 'ajaxGetProductBuilds', 'productID=' + productID + '&varName=resolvedBuild&build=' + oldResolvedBuild + '&branch' + branch + '&index=0&type=all');
$('#resolvedBuildBox').load(link, function(){$(this).find('select').chosen()});
}
}