Skip to content

Commit 8e27c34

Browse files
author
tzury bar yochay
committed
switched to jquery-1.3.2
1 parent 837ccde commit 8e27c34

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

test-static-01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff}
77

88
</style>
9-
<script src="jquery-1.2.6.js"></script>
9+
<script src="jquery-1.3.2.min.js"></script>
1010
<script src="jquery.hotkeys.js"></script>
1111
<script>
1212
//This page is a result of an autogenerated content made by running test.html with firefox.

test-static-02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3>Test #02</h3>
4242
</body>
4343
<hr />
4444
<div id="logger"></div>
45-
<script src="jquery-1.2.6.js"></script>
45+
<script src="jquery-1.3.2.min.js"></script>
4646
<script src="jquery.hotkeys.js"></script>
4747
<script>
4848
$(document).ready(function(){

test-static-03.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h3>Test #01</h3>
3030
</tbody>
3131
</table>
3232
</body>
33-
<script src="jquery-1.2.6.js"></script>
33+
<script src="jquery-1.3.2.min.js"></script>
3434
<script src="jquery.hotkeys.js"></script>
3535
<script>
3636
$(document).ready(function(){

test-static-04.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
.dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff}
77

88
</style>
9-
<script src="jquery-1.2.6.js"></script>
9+
<script src="jquery-1.3.2.min.js"></script>
1010
<script src="jquery.hotkeys.js"></script>
1111
<script>
1212
//This page is a result of an autogenerated content made by running test.html with firefox.

test-static-07.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<script src="jquery-1.2.6.js"></script>
3+
<script src="jquery-1.3.2.min.js"></script>
44
<script src="jquery.hotkeys.js"></script>
55
</head>
66

0 commit comments

Comments
 (0)