Skip to content

Commit

Permalink
Merge branch 'master' into xray-gettingstarted
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunderl committed Jun 14, 2017
2 parents 777f4b7 + 89e20f9 commit 43b919e
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 43b919e

Please sign in to comment.