Skip to content

Commit

Permalink
fix relative paths
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Apr 24, 2024
1 parent 39f340b commit 9572ed0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/dicom-connect/table.html
Expand Up @@ -18,10 +18,10 @@
// __auth_check(1)
</script>

<script src='../../../core/Store.js'></script>
<script src='../../../common/util.js'></script>
<script src='../../../common/ajv.js'></script>
<script src='../../../components/loading/loading.js'></script>
<script src='../../core/Store.js'></script>
<script src='../../common/util.js'></script>
<script src='../../common/ajv.js'></script>
<script src='../../components/loading/loading.js'></script>
<script src="../loader/loader.js"></script>
<script src="../loader/chunked_upload.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/api.js"></script>
Expand Down

0 comments on commit 9572ed0

Please sign in to comment.