/*jslint browser: true, white: false, onevar: false */
/*global jQuery */
function setup_IE_download(release_url) {
    var jq = jQuery;
    
    jq('#mirror-choices-form').submit(function() {
        jq('#mirror-choices').dialog('close');
    });
}
