Skip to content

Commit

Permalink
chore(JGIVEN-3): WIP: we must not have two script tags calling app.bu…
Browse files Browse the repository at this point in the history
…ndle.js in the index.html

There is one added by webpack at the end but I think that we probably want the app loading at the beginning b/c of the adaption we are making with loading in the script.

Signed-off-by: l-1squared <[email protected]>
  • Loading branch information
l-1squared committed Oct 11, 2024
1 parent 76482c9 commit 0820635
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion legacy/src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,6 @@ <h6 class="cases-table-header">Cases

</div>
</div>
<script type="text/javascript" src="app.bundle.js" charset="utf-8"></script>
<script type="text/javascript" src="js/custom.js" charset="utf-8"></script>
<script type="text/javascript" src="data/metaData.js" charset="utf-8"></script>
<script type="text/javascript" src="data/tags.js" charset="utf-8"></script>
Expand Down

0 comments on commit 0820635

Please sign in to comment.