Skip to content

Commit cd7fa65

Browse files
committed
All: Update to 1.11.1
1 parent e8fcde2 commit cd7fa65

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

entries2html.xsl

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
<head>
1010
<meta charset="utf-8">
1111
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
12-
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
1313
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
1414
&lt;script src="//code.jquery.com/jquery-1.10.2.js"&gt;&lt;/script&gt;
15-
&lt;script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"&gt;&lt;/script&gt;
15+
&lt;script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>

resources/color-animation.html

+2-2
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.0/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
77
<style>
88
#elem {
99
color: #006;
@@ -14,7 +14,7 @@
1414
}
1515
</style>
1616
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
17-
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
17+
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
1818
</head>
1919
<body>
2020

resources/easing-comparison.html

+2-2
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.0/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/easing-graph.html

+2-2
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.0/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 62.5%;

resources/icons-list.html

+2-2
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.0/themes/smoothness/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
99
<style>
1010
body {
1111
font-size: 75%;

0 commit comments

Comments
 (0)