$('#teamsDropdown').change(function() {
    if ($(this).val() != null) {
        window.location.href = $(this).val();
    }
});
