Skip to content

Commit

Permalink
test: Change type of script tag of extensions file #TASK-7103 #TASK-7099
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjuanes committed Oct 29, 2024
1 parent c49354b commit c09cd3f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/sites/test-app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
<script src="conf/pages.js"></script>
<script src="conf/genome-browser.js"></script>

<script type="text/javascript">
window.IVA_EXTENSIONS = [];
</script>
<script type="module" src="extensions/extensions.js"></script>
<!-- Load extensions -->
<script type="text/javascript">window.IVA_EXTENSIONS = [];</script>
<script type="text/javascript" src="extensions/extensions.js"></script>
</head>
<body>
<test-app></test-app>
Expand Down

0 comments on commit c09cd3f

Please sign in to comment.