Skip to content

Commit

Permalink
All: Upgrade to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Oct 16, 2014
1 parent 4394498 commit 568d4d8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 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="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css"&gt;<xsl:if test="css">
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/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="//code.jquery.com/jquery-1.10.2.js"&gt;&lt;/script&gt;
&lt;script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"&gt;&lt;/script&gt;
&lt;script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"&gt;&lt;/script&gt;
&lt;/head&gt;
&lt;body&gt;
<xsl:value-of select="html/text()"/>
Expand Down
4 changes: 2 additions & 2 deletions resources/color-animation.html
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>Color Animation Demo</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<style>
#elem {
color: #006;
Expand All @@ -14,7 +14,7 @@
}
</style>
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
</head>
<body>

Expand Down
4 changes: 2 additions & 2 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.11.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<style>
body {
font-size: 62.5%;
Expand Down
4 changes: 2 additions & 2 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.11.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<style>
body {
font-size: 62.5%;
Expand Down
4 changes: 2 additions & 2 deletions resources/icons-list.html
Expand Up @@ -3,9 +3,9 @@
<head>
<meta charset="utf-8">
<title>jQuery UI Icons</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="http://code.jquery.com/jquery-1.10.2.js"></script>
<script src="http://code.jquery.com/ui/1.11.1/jquery-ui.js"></script>
<script src="http://code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<style>
body {
font-size: 75%;
Expand Down

0 comments on commit 568d4d8

Please sign in to comment.