Skip to content

Commit 89e20f9

Browse files
committed
HTTPS for script source
1 parent bbbb844 commit 89e20f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<title>Scorekeep</title>
55
<meta charset="utf-8"/>
66
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
7-
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-route.js"></script>
8-
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-resource.js"></script>
7+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-route.js"></script>
8+
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular-resource.js"></script>
99
<script src="app/scorekeep.js"></script>
1010
<script src="app/routes.js"></script>
1111
<script src="app/services.js"></script>

0 commit comments

Comments
 (0)