Skip to content

Commit

Permalink
修改jq-cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
wunci committed Sep 30, 2018
1 parent dd5a5fb commit 844314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/header.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>koa2-blog</title>
<link rel="icon" href="http://www.wclimb.site/images/avatar.png">
<link rel="stylesheet" href="/index.css">
<script src="http://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="https://unpkg.com/jquery@3.3.1/dist/jquery.min.js"></script>
<script>
function fade(txt){
$('.message').text(txt)
Expand Down

0 comments on commit 844314d

Please sign in to comment.