Skip to content

Commit 1b4ee81

Browse files
committed
Resources: Access CDN through HTTPS
Fixes #jquery/jqueryui.com#118
1 parent 3fcba36 commit 1b4ee81

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

resources/color-animation.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Color Animation Demo</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
77
<style>
88
#elem {
99
color: #006;
@@ -13,8 +13,8 @@
1313
text-align: center;
1414
}
1515
</style>
16-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
17-
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
16+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
17+
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
1818
</head>
1919
<body>
2020

resources/easing-comparison.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Effects - Easing Comparison demo</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
8+
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/easing-graph.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Easing Equations</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
8+
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/icons-list.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<title>jQuery UI Icons</title>
6-
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7-
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
6+
<link rel="stylesheet" href="https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
7+
<script src="https://code.jquery.com/jquery-1.10.2.js"></script>
8+
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 75%;

0 commit comments

Comments
 (0)