up
This commit is contained in:
@@ -222,3 +222,12 @@ try {
|
||||
<script>
|
||||
window.__events = <?= json_encode($eventsForJs, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE) ?>;
|
||||
</script>
|
||||
<div class="modal" id="eventModal">
|
||||
<div class="panel">
|
||||
<div class="head flex between center-y">
|
||||
<h3 id="eventModalTitle" style="margin:0;">Event</h3>
|
||||
<button class="btn ghost" type="button" data-event-modal-close>✕</button>
|
||||
</div>
|
||||
<div id="eventModalBody" class="stack gap-8" style="margin-top:12px;"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user