Skip to content

Commit

Permalink
jquery cdn uses https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskey committed Feb 13, 2017
1 parent b3957da commit 3a82b4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link rel="stylesheet" media="screen and (max-width: 450px)" href="src/stylesheet/resume_ldp.css" type="text/css"></link>


<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script src="https://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script src="react15/react.js"></script>
<script src="react15/react-dom.js"></script>
<script src="react15/browser.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<link rel="stylesheet" media="screen and (max-width: 450px)" href="src/stylesheet/resume_ldp.css" type="text/css"></link>


<script src="http://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script src="https://lib.sinaapp.com/js/jquery/1.9.1/jquery-1.9.1.min.js"></script>
<script src="react15/react.js"></script>
<script src="react15/react-dom.js"></script>
<script src="react15/browser.min.js"></script>
Expand Down

0 comments on commit 3a82b4b

Please sign in to comment.