Skip to content

Commit

Permalink
HTTPS for script source
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunderl committed Jun 14, 2017
1 parent bbbb844 commit 89e20f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<title>Scorekeep</title>
<meta charset="utf-8"/>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-route.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-resource.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-route.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-resource.js"></script>
<script src="app/scorekeep.js"></script>
<script src="app/routes.js"></script>
<script src="app/services.js"></script>
Expand Down

0 comments on commit 89e20f9

Please sign in to comment.