Skip to content

Commit

Permalink
fix path to json.js
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Apr 28, 2011
1 parent a6b5f2c commit 7def262
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -3,7 +3,7 @@
<head>
<link rel="stylesheet" href="css/application.css" type="text/css" charset="utf-8">

<script src="lib/json2.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/json.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/jquery.tmpl.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/jquery.bitly.js" type="text/javascript" charset="utf-8"></script>
Expand Down

0 comments on commit 7def262

Please sign in to comment.