document.getElementById('id_version').onchange = function () {
        $('#id_version').selectpicker('refresh')
        populateBuild()
    }