if ((this.value === 'vexatious' || this.value === 'not_foi') && ($('#info_request_prominence').val() === 'normal' || $('#info_request_prominence').val() === 'backpage')) {
        $('#info_request_prominence').attr('title', 'The request will not be hidden unless you change the prominence.');
        $('#info_request_prominence').tooltip('show');
        submit_button.attr('title', 'Warning! You are about to save this request without hiding it!');
        submit_button.tooltip();