Skip to content

Commit

Permalink
Upped jquery to 1.7.1 in the examples and test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Dec 14, 2011
1 parent d2b2a8b commit d799132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="microid" content="mailto+http:sha1:566841e568e84b46c92d2291b44b836dfddc5c42" /> <meta name="microid" content="mailto+http:sha1:566841e568e84b46c92d2291b44b836dfddc5c42" />
<title>timeago: a jQuery plugin</title> <title>timeago: a jQuery plugin</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script src="jquery.timeago.js" type="text/javascript"></script> <script src="jquery.timeago.js" type="text/javascript"></script>
<script src="test/test_helpers.js" type="text/javascript"></script> <script src="test/test_helpers.js" type="text/javascript"></script>
<script type="text/javascript"> <script type="text/javascript">
Expand Down
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />


<!-- use http://code.jquery.com/jquery-latest.js for the latest jQuery --> <!-- use http://code.jquery.com/jquery-latest.js for the latest jQuery -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>


<!-- http://dev.jquery.com/view/trunk/qunit/testrunner.js --> <!-- http://dev.jquery.com/view/trunk/qunit/testrunner.js -->
<script src="qunit.js" type="text/javascript"></script> <script src="qunit.js" type="text/javascript"></script>
Expand Down

0 comments on commit d799132

Please sign in to comment.