Skip to content

Commit 0868bb5

Browse files
committed
Update test page jQuery version.
1 parent 967c910 commit 0868bb5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* JavaScript Load Image Demo 1.2.3
4+
* JavaScript Load Image Demo 1.3
55
* https://github.com/blueimp/JavaScript-Load-Image
66
*
77
* Copyright 2011, Sebastian Tschan

test/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<!--
33
/*
4-
* JavaScript Load Image Test 1.2.1
4+
* JavaScript Load Image Test 1.3
55
* https://github.com/blueimp/JavaScript-Load-Image
66
*
77
* Copyright 2011, Sebastian Tschan
@@ -21,7 +21,7 @@
2121
</head>
2222
<body>
2323
<div id="mocha"></div>
24-
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
24+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
2525
<script src="http://blueimp.github.com/cdn/js/mocha.min.js"></script>
2626
<script src="http://blueimp.github.com/cdn/js/expect.min.js"></script>
2727
<script>

0 commit comments

Comments
 (0)