* ajusted views of module 'install', 'upgrade'.

* fixed css selector when call chosen method.
This commit is contained in:
Catouse
2014-04-11 17:04:27 +08:00
parent 43e6844ccf
commit 388dcbd8ec
23 changed files with 444 additions and 321 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ function loadProjectBuilds(productID, projectID, index)
$.get(link, function(builds)
{
$('#buildBox' + index).html(builds);
$('#openedBuilds' + index + '_chzn').remove();
$('#openedBuilds' + index + '_chosen').remove();
$('#buildBox' + index + ' select').removeClass('select-3');
$('#buildBox' + index + ' select').addClass('select-1');
$('#buildBox' + index + ' select').attr('id', 'openedBuilds[' + index + '][]');