Skip to content

Commit

Permalink
switched to jquery-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tzury bar yochay committed May 3, 2009
1 parent 837ccde commit 8e27c34
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test-static-01.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff} .dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff}


</style> </style>
<script src="jquery-1.2.6.js"></script> <script src="jquery-1.3.2.min.js"></script>
<script src="jquery.hotkeys.js"></script> <script src="jquery.hotkeys.js"></script>
<script> <script>
//This page is a result of an autogenerated content made by running test.html with firefox. //This page is a result of an autogenerated content made by running test.html with firefox.
Expand Down
2 changes: 1 addition & 1 deletion test-static-02.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3>Test #02</h3>
</body> </body>
<hr /> <hr />
<div id="logger"></div> <div id="logger"></div>
<script src="jquery-1.2.6.js"></script> <script src="jquery-1.3.2.min.js"></script>
<script src="jquery.hotkeys.js"></script> <script src="jquery.hotkeys.js"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion test-static-03.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h3>Test #01</h3>
</tbody> </tbody>
</table> </table>
</body> </body>
<script src="jquery-1.2.6.js"></script> <script src="jquery-1.3.2.min.js"></script>
<script src="jquery.hotkeys.js"></script> <script src="jquery.hotkeys.js"></script>
<script> <script>
$(document).ready(function(){ $(document).ready(function(){
Expand Down
2 changes: 1 addition & 1 deletion test-static-04.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
.dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff} .dirty{border: solid 1px #0ca2ff; color:white; background-color:#0ca2ff}


</style> </style>
<script src="jquery-1.2.6.js"></script> <script src="jquery-1.3.2.min.js"></script>
<script src="jquery.hotkeys.js"></script> <script src="jquery.hotkeys.js"></script>
<script> <script>
//This page is a result of an autogenerated content made by running test.html with firefox. //This page is a result of an autogenerated content made by running test.html with firefox.
Expand Down
2 changes: 1 addition & 1 deletion test-static-07.html
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
<html> <html>
<head> <head>
<script src="jquery-1.2.6.js"></script> <script src="jquery-1.3.2.min.js"></script>
<script src="jquery.hotkeys.js"></script> <script src="jquery.hotkeys.js"></script>
</head> </head>


Expand Down

0 comments on commit 8e27c34

Please sign in to comment.