1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

upgrade to jquery 3.4.1

This commit is contained in:
Steven Hugg
2019-05-03 09:32:45 -04:00
parent 2aa818e320
commit 7ee58f52e3
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ if (window.location.host.endsWith('8bitworkshop.com')) {
</div>
</div>
<script src="jquery/jquery-3.3.1.min.js"></script>
<script src="jquery/jquery-3.4.1.min.js"></script>
<script src="javatari.js/release/javatari/javatari.js"></script>
<script src="src/cpu/z80fast.js"></script>