Skip to content

Commit

Permalink
Change back to linking to google hosted jquery on the test page
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Apr 8, 2009
1 parent 8fc281e commit 629a594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Expand Up @@ -4,7 +4,7 @@
<title>jQuery Date Input</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript" src="firebug/firebug.js"></script>
<script type="text/javascript" src="file:///home/turnip/Desktop/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js"></script>
<script type="text/javascript" src="../jquery.date_input.js"></script>
<script type="text/javascript">$($.date_input.initialize);</script>
<link rel="stylesheet" href="../date_input.css" type="text/css">
Expand Down

0 comments on commit 629a594

Please sign in to comment.