Skip to content

Commit 3e04ebe

Browse files
committed
Live: Convert to typescript, fix deprecations
1 parent 5195188 commit 3e04ebe

File tree

6 files changed

+1591
-135
lines changed

6 files changed

+1591
-135
lines changed

live.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
</div>
375375
<?php require "components/commonjs.html"; ?>
376376
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
377-
<script src="live.js"></script>
377+
<script src="typestripped/live.js"></script>
378378
<script src="https://censorcanary.org/censorcanary.js" defer></script>
379379
</body>
380380
</html>

0 commit comments

Comments
 (0)