Skip to content

Commit

Permalink
Remove jQuery import using Vanilla Javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusWentz committed Mar 19, 2023
1 parent 05e2409 commit 3f4333e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
File renamed without changes.
8 changes: 3 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<head>
<title>Index</title>
<link rel="shortcut icon" type="png" href="favicon.png">
<link rel="shortcut icon" type="png" href="favicon.ico">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<link rel="stylesheet" href="index.css">
Expand Down Expand Up @@ -59,10 +59,8 @@
</form>
</div>
</div>

<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- jQuery -->

<!-- ethers.js library import -->
<script src="https://cdn.ethers.io/lib/ethers-5.6.umd.min.js" type="text/javascript"></script>
<!-- Javascript for this page source -->
<script src="index.js"></script>
Expand Down

0 comments on commit 3f4333e

Please sign in to comment.