Skip to content

Commit

Permalink
Update the example.js to use the latest jQuery (currently 1.5.1) so i…
Browse files Browse the repository at this point in the history
…e9 is supported as well - using 1.4.1 will still work
  • Loading branch information
christianvuerings committed Mar 27, 2011
1 parent 78aaa24 commit 07fb34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>boastful example</title>
<link rel="stylesheet" href="boastful.css" type="text/css" media="screen" title="boastful css" charset="utf-8">
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script type="text/javascript" src="jquery.boastful.js"></script>
<script>
$(document).ready(function() {
Expand Down

0 comments on commit 07fb34c

Please sign in to comment.