diff --git a/module/bug/js/common.js b/module/bug/js/common.js index 854eba18cc..ac8298ecd2 100644 --- a/module/bug/js/common.js +++ b/module/bug/js/common.js @@ -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()}); } }