Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade to jQuery UI 1.10.1.
  • Loading branch information
scottgonzalez committed Feb 15, 2013
1 parent 10b3878 commit 605e183
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions entries2html.xsl
Expand Up @@ -9,10 +9,10 @@
<head>
<meta charset="utf-8">
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
&lt;script src="http://code.jquery.com/jquery-1.9.0.js"&gt;&lt;/script&gt;
&lt;script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"&gt;&lt;/script&gt;
&lt;script src="http://code.jquery.com/jquery-1.9.1.js"&gt;&lt;/script&gt;
&lt;script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
<xsl:value-of select="html/text()"/>
Expand Down
6 changes: 3 additions & 3 deletions resources/easing-comparison.html
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Effects - Easing Comparison demo</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
<style>
body {
font-size: 62.5%;
Expand Down
6 changes: 3 additions & 3 deletions resources/easing-graph.html
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Easing Equations</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
<style>
body {
font-size: 62.5%;
Expand Down

0 comments on commit 605e183

Please sign in to comment.