AUDIENCE RESULTS
Are you sure you want to delete ${user_display_name}?
` } } const insertModal = () => { let modal_html = ` ` return modal_html; } const openArjModal = (modal_type) => { let modal_form = getForm(modal_type); $("#modal-content-container").html(modal_form) $("#addremovejudge").show(); } /* END MODAL FUNCTIONS */ /* CONTENT FUNCTIONS */ const insertARJHTML = () => { let arj_skeleton = `Event Judges
`+ judge.displayName +`
` + button_html + `