Skip to content

Commit

Permalink
fix LitCalTests array
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRDOrazio committed Sep 17, 2024
1 parent a8c1407 commit 40027cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ class="bi bi-exclamation-triangle-fill flex-shrink-0 me-2" viewBox="0 0 16 16"
<div id="responseMessage"></div>
</div>
<?php
echo "<script>const LitCalTests = Object.freeze($response); let litcal_events = Object.freeze($eventsRaw);</script>";
$testsIndex = json_encode($LitCalTests);
echo "<script>const LitCalTests = Object.freeze($testsIndex); let litcal_events = Object.freeze($eventsRaw);</script>";
include_once 'layout/footer.php';
?>

0 comments on commit 40027cc

Please sign in to comment.