Skip to content

Commit fed5d29

Browse files
committed
Merge pull request adobe#41 from abstractOwl/master
Fixed assets not loading over https
2 parents 9c930bc + 7de7fad commit fed5d29

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
<meta name="viewport" content="width=device-width">
2929
<title>Adobe Open Source | Advancing technology through open initiatives</title>
3030
<link href="stylesheets/app.css" rel="stylesheet">
31-
<link href="http://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
32-
<link href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" rel="stylesheet">
31+
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
32+
<link href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" rel="stylesheet">
3333
</head>
3434

3535
<body class="ng-cloak" ng-controller="GitHubCtrl">
@@ -330,9 +330,9 @@ <h5 class="details">...and with <a target="_blank" href="http://angularjs.org/"
330330
<script src="js/vendor/custom.modernizr.js"></script>
331331
<script src="//use.typekit.net/gad4asz.js"></script>
332332
<script>try{Typekit.load();}catch(e){}</script>
333-
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
334-
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
335-
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>
333+
<script src="//code.jquery.com/jquery-1.9.1.js"></script>
334+
<script src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
335+
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.2.12/angular.min.js"></script>
336336
<script src="js/vendor/angular-resource.js"></script>
337337
<script src="js/foundation/foundation.js"></script>
338338
<script src="js/foundation/foundation.forms.js"></script>

offline.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
<link rel="stylesheet" href="stylesheets/app.css">
13-
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
13+
<link href='//fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
1414

1515
</head>
1616
<body ng-controller="OfflineCtrl">

0 commit comments

Comments
 (0)