Skip to content

Commit

Permalink
Move All Hosted Scripts to cdnjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo authored Sep 30, 2016
1 parent b56bc96 commit 1c71543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</style>

<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.15.0/moment.min.js"></script>

<?!= include('config'); ?>
Expand Down

0 comments on commit 1c71543

Please sign in to comment.