$(function() {
    $('#product_type_datasheets').submit(function() {
        document.location = '/assets/datasheets/' + $('select', $(this)).val();
        return false;
    })
})
