Skip to content

Commit

Permalink
fix index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ichord committed Nov 12, 2015
1 parent 92d525f commit 0c818ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<meta http-equiv="x-ua-compatible" content="IE=Edge"/>
<title>At.js</title>
<link rel="stylesheet" href="dist/css/jquery.atwho.css" />
<!-- // <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
<!-- // <script type="text/javascript" src="http://ichord.github.io/Caret.js/src/jquery.caret.js"></script> -->
<script type="text/javascript" src="bower_components/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="bower_components/Caret.js/dist/jquery.caret.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="http://ichord.github.io/Caret.js/src/jquery.caret.js"></script>
<!-- // <script type="text/javascript" src="bower_components/jquery/dist/jquery.js"></script>
// <script type="text/javascript" src="bower_components/Caret.js/dist/jquery.caret.js"></script> -->
<script type="text/javascript" src="dist/js/jquery.atwho.js"></script>
<script type="text/javascript">
$(function(){
Expand Down

0 comments on commit 0c818ae

Please sign in to comment.