🐛 Remove symlink to avoid bug on some Windows 10 installs

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.
This commit is contained in:
Jérôme Petazzoni
2021-10-04 07:52:37 +02:00
parent 61bd320363
commit b260ad8482
2 changed files with 1 additions and 2 deletions

View File

@@ -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>

View File

@@ -1 +0,0 @@
jquery-1.11.3.min.js