Skip to content

Commit

Permalink
correct jquery.cookie.js url
Browse files Browse the repository at this point in the history
  • Loading branch information
johndbritton committed Jul 18, 2012
1 parent 775d1a4 commit 41b169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<script src="http://platform.twitter.com/anywhere.js?id=e987tp9GDr1qsSEN5lMRA&v=1" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/js/jquery.cookie.js"></script>
<script src="/static/js/jquery.cookie.js"></script>
<script>
$(function() {
twttr.anywhere(function (T) {
Expand Down

0 comments on commit 41b169b

Please sign in to comment.