[refs #478] Fix js handler

This commit is contained in:
konstantin.grabar 2012-05-25 12:28:43 +04:00
parent 46cd4be459
commit f92bafe0cb
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@ $(document).ready(function() {
}
});
if ($.inArray(platform_id, base_platforms.map(function(){ return $(this).val() }).get()) == -1) {
// For personal platforms update types always enebaled:
enableUpdateTypes();
}
setBranchSelected();
});
$('#build_list_save_to_platform_id').trigger('change');