Temporary bug fix for the file type reports. Minor update for IDAA and Jitsi iframe.

This commit is contained in:
Scott Idem
2025-09-24 18:00:12 -04:00
parent abed17f5da
commit c42ab0bfa0
3 changed files with 6 additions and 3 deletions

View File

@@ -260,6 +260,8 @@ let events_local_data_struct: key_val = {
show_content__hidden_presenters: false,
show_content__hidden_sessions: false,
show__direct_download: false,
// No longer used. Use "hide" instead of "show". Now it is initially set in the remote event config sync.
// show_content__presentation_code: true,
// show_content__presenter_code: true,

View File

@@ -499,9 +499,10 @@ async function handle_qry__event_file(
{#if event_file_obj_li}
<!-- bind:show_direct_download={$events_loc.pres_mgmt.show__direct_download} -->
<Comp_event_file_obj_tbl
bind:event_file_obj_li={event_file_obj_li}
bind:show_direct_download={$events_loc.pres_mgmt.show__direct_download}
show_location_fields={true}
show_presentation_fields={true}
show_session_fields={true}

View File

@@ -8,8 +8,8 @@
<body>
<h1>New Jitsi Meetings for IDAA</h1>
<p>The URL parameters are passed from the Novi page that contains this as an iframe. This will automatically set the attendees name, email address, moderator status, and room name. The moderator status is based on the Novi UUID. This message will be hidden before going live.</p>
<!-- <h1>New Jitsi Meetings for IDAA</h1> -->
<!-- <p>The URL parameters are passed from the Novi page that contains this as an iframe. This will automatically set the attendees name, email address, moderator status, and room name. The moderator status is based on the Novi UUID. This message will be hidden before going live.</p> -->
<div id="jitsi_meet_external_api_container" style="height: 750px; width: 100%;"></div>
<script src="https://jitsi.dgrzone.com/external_api.js"></script>