Skip to content

Commit

Permalink
🐛 Remove symlink to avoid bug on some Windows 10 installs
Browse files Browse the repository at this point in the history
On some Windows 10 installs, the jquery.js link doesn't work
properly (see #592). So I'm removing that symlink and linking
directly to jquery-1.11.3.min.js from the HTML page.

Thanks @hebronwatson for reporting this.
  • Loading branch information
jpetazzo committed Oct 4, 2021
1 parent 61bd320 commit b260ad8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dockercoins/webui/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
color: royalblue;
}
</style>
<script src="jquery.js"></script>
<script src="jquery-1.11.3.min.js"></script>
<script src="d3.min.js"></script>
<script src="rickshaw.min.js"></script>
<script>
Expand Down
1 change: 0 additions & 1 deletion dockercoins/webui/files/jquery.js

This file was deleted.

0 comments on commit b260ad8

Please sign in to comment.