Added ability to view event JSON.

This commit is contained in:
Thomas Mathews 2022-12-30 17:21:19 -08:00
parent a0e2b04501
commit 239c9bfb62
4 changed files with 38 additions and 2 deletions

View file

@ -253,6 +253,19 @@
</div>
</div>
</div>
<div id="event-details" class="modal closed">
<div class="modal-content">
<header>
<label>Event Details</label>
<button class="icon modal-floating-close-btn" onclick="close_modal(this)">
<img class="icon svg" src="icon/close-modal.svg"/>
</button>
</header>
<div>
<pre><code></code></pre>
</div>
</div>
</div>
<div id="faqs" class="modal scrollable closed">
<button class="icon modal-floating-close-btn" onclick="close_modal(this)">