Skip to content

Commit

Permalink
mjs naming
Browse files Browse the repository at this point in the history
  • Loading branch information
snadrus committed Apr 16, 2024
1 parent 5ff2e82 commit 2943581
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion curiosrc/web/static/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<title>Configuration Editor</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.21.1/axios.min.js"></script>
<script type="module" src="/ux/curio-ux.mod.js"></script>
<script type="module" src="/ux/curio-ux.mjs"></script>
</head>

<body style="visibility:hidden">
Expand Down
2 changes: 1 addition & 1 deletion curiosrc/web/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Curio Cluster Overview</title>
<script src="https://unpkg.com/[email protected]" integrity="sha384-xcuj3WpfgjlKF+FXhSQFQ0ZNr39ln+hwjN3npfM9VBnUskLolQAcN80McRIVOPuO" crossorigin="anonymous"></script>
<script type="module" src="chain-connectivity.jsm"></script>
<script type="module" src="chain-connectivity.mjs"></script>
<link rel="stylesheet" href="main.css">
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/build/web/hack-subset.css'>
<style>
Expand Down
File renamed without changes.

0 comments on commit 2943581

Please sign in to comment.