Skip to content

Commit

Permalink
Add jquery directly instead of depending on CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
Robyt3 committed Jun 8, 2024
1 parent 04eb673 commit ef122ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</div>
</div>
<div id="floatingBox"></div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="maze.js"></script>
<script type="text/javascript" src="colorfunctions.js"></script>
<script type="text/javascript" src="dat.gui.min.js"></script>
Expand Down
2 changes: 2 additions & 0 deletions jquery-3.6.0.min.js

Large diffs are not rendered by default.

0 comments on commit ef122ab

Please sign in to comment.