Skip to content

Commit

Permalink
Switch to local htmx library instead of CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
magicbug committed Apr 12, 2024
1 parent 5b70a1b commit fd3ba41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/interface_assets/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/sections/eqslcharcounter.js"></script>
<script type="text/javascript" src="<?php echo base_url(); ?>assets/js/sections/version_dialog.js"></script>

<script src="https://unpkg.com/htmx.[email protected]"></script>
<script src="<?php echo base_url(); ?>assets/js/htmx.min.js"></script>

<script>
// Reinitialize tooltips after new content has been loaded
Expand Down
Loading

0 comments on commit fd3ba41

Please sign in to comment.