Skip to content

Commit

Permalink
Fix assets over https/http. (See #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanLuites committed Feb 18, 2017
1 parent a1b9f7b commit ca4f592
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<!-- Place favicon.ico in the root directory -->

<!-- External libs - Remove when possible -->
<script src="http://www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/treant-js/1.0/Treant.min.js"></script>
<script src="//www.chartjs.org/assets/Chart.min.js"></script>
<script src="//www.kryogenix.org/code/browser/sorttable/sorttable.js"></script>
<script src="//code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/treant-js/1.0/Treant.min.js"></script>
<script src="//www.chartjs.org/assets/Chart.min.js"></script>

<link rel="stylesheet" href="main.css">
<script src="app.js"></script>
Expand Down

0 comments on commit ca4f592

Please sign in to comment.