Skip to content

Commit

Permalink
refact: clean up references
Browse files Browse the repository at this point in the history
  • Loading branch information
Arley Pádua authored and Arley Pádua committed Nov 5, 2024
1 parent de2ba85 commit 2e5dfbd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/PKHeX.Web/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,12 @@ <h1 class="loading-text">PKHeX for Web - A Cross-Platform Pokémon Save File Edi
</div>

<script src="js/pkhex-web.js.iife.js"></script>
<!-- <script src="js/firebase.js" type="module"></script>-->

<script src="_content/AntDesign.Charts/g2plot.min.js"></script>
<script src="_content/AntDesign.Charts/ant-design-charts-blazor.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/crypto-js/4.2.0/crypto-js.min.js"
integrity="sha512-a+SUDuwNzXDvz4XrIcXHuCf089/iJAoN4lmrXJg18XnduKK6YlDHNRalv4yd1N40OKI80tFidF+rqTFKGPoWFQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="_framework/blazor.webassembly.js"></script>
<script src="_content/TG.Blazor.IndexedDB/indexedDb.Blazor.js"></script>
<script src="_content/Blazor-Analytics/blazor-analytics.js"></script>
<!-- <script src="js/jsService.js"></script>-->
</body>

</html>

0 comments on commit 2e5dfbd

Please sign in to comment.