Skip to content

Commit 2e20c41

Browse files
committed
Upgrade to 1.8.24.
1 parent 7703ef0 commit 2e20c41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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="http://code.jquery.com/ui/1.8.23/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.8.24/themes/base/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.8.2.js"&gt;&lt;/script&gt;
15-
&lt;script src="http://code.jquery.com/ui/1.8.23/jquery-ui.js"&gt;&lt;/script&gt;
15+
&lt;script src="http://code.jquery.com/ui/1.8.24/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>

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.8.23/themes/base/jquery-ui.css">
6+
<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css">
77
<script src="http://code.jquery.com/jquery-1.8.2.js"></script>
8-
<script src="http://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
8+
<script src="http://code.jquery.com/ui/1.8.24/jquery-ui.js"></script>
99
<style>
1010
.graph {
1111
float: left;

0 commit comments

Comments
 (0)