Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
fix #38 update jquery cdn path.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Feb 15, 2015
1 parent 2b48b69 commit a7d1e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/casper/layout/casper/after_all.ejs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
<script src="//code.jquery.com/jquery-2.1.3.min.js"></script>

<script type="text/javascript" src="<%- config.root%>js/jquery.fitvids.js"></script>
<script type="text/javascript" src="<%- config.root%>js/index.js"></script>
Expand Down

0 comments on commit a7d1e7b

Please sign in to comment.