Skip to content

Commit ac5fbf4

Browse files
committed
Upgrade to jQuery UI 1.10.3.
1 parent 62f919e commit ac5fbf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

entries2html.xsl

Lines changed: 2 additions & 2 deletions
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="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/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="http://code.jquery.com/jquery-1.9.1.js"&gt;&lt;/script&gt;
15-
&lt;script src="http://code.jquery.com/ui/1.10.2/jquery-ui.js"&gt;&lt;/script&gt;
15+
&lt;script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>

resources/easing-comparison.html

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

resources/easing-graph.html

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

0 commit comments

Comments
 (0)