Skip to content

Commit

Permalink
test.html: use google hosted jquery, not local
Browse files Browse the repository at this point in the history
We don't bundle a copy of jquery, so modify the example page to
instead load a public copy.
  • Loading branch information
kfish committed Oct 6, 2013
1 parent f4389dd commit 7523845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="content-type" content="text/html; charset=utf-8">

<title>Test</title>
<script src="jquery-1.8.3.js" type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="test.js" type="text/javascript" charset="utf-8"></script>
<style type="text/css" media="screen">
tr.even
Expand Down

0 comments on commit 7523845

Please sign in to comment.