mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2024-11-21 23:30:58 +00:00
upgrade to jquery 3.4.1
This commit is contained in:
parent
2aa818e320
commit
7ee58f52e3
@ -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>
|
||||
|
@ -293,7 +293,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>
|
||||
|
||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
|
||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||
|
2
jquery/jquery-3.3.1.min.js
vendored
2
jquery/jquery-3.3.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
jquery/jquery-3.4.1.min.js
vendored
Normal file
2
jquery/jquery-3.4.1.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -10,7 +10,7 @@
|
||||
"atob": "^2.1.x",
|
||||
"btoa": "^1.2.x",
|
||||
"clipboard": "^2.0.4",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"jsdom": "^12.2.0",
|
||||
"lzg": "^1.0.x",
|
||||
"mocha": "^5.2.x",
|
||||
|
@ -27,7 +27,7 @@
|
||||
mocha.ui('bdd')
|
||||
</script>
|
||||
|
||||
<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>
|
||||
|
@ -70,7 +70,7 @@ body {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="jquery/jquery-3.3.1.min.js"></script>
|
||||
<script src="jquery/jquery-3.4.1.min.js"></script>
|
||||
|
||||
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
|
||||
<script src="bootstrap/js/bootstrap.min.js"></script>
|
||||
|
Loading…
Reference in New Issue
Block a user