Skip to content

Commit

Permalink
Fix viewer module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed May 15, 2024
1 parent 1479cf3 commit 6610645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/ips/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
<link rel="stylesheet" href="./assets/css/custom.css">

<!-- IPS Rendering -->
<script type="module" src="./assets/js/renderIPS.js"></script>
<script type="module" src="./assets/js/retreiveIPS.js"></script>
<script type="module" src="/ips/assets/js/renderIPS.js"></script>
<script type="module" src="/ips/assets/js/retreiveIPS.js"></script>


<title>IPS Viewer</title>
Expand Down

0 comments on commit 6610645

Please sign in to comment.