aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorBruno M. Custódio <bruno@brunomcustodio.com>2013-02-05 13:47:59 +0000
committerBruno M. Custódio <bruno@brunomcustodio.com>2013-02-05 13:47:59 +0000
commitb440979ba6f0b6299dc2cb9c60939d1b7998fd5e (patch)
treebc57e813b5a777a2e2de77f9a1b055ed17ef40ba /demos/progressbar
parenta129a93a4d3a76e646423b6238459a12c80e22b0 (diff)
downloadjquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.tar.gz
jquery-ui-b440979ba6f0b6299dc2cb9c60939d1b7998fd5e.zip
Updating 'jQuery' to 1.9.1.
Diffstat (limited to 'demos/progressbar')
-rw-r--r--demos/progressbar/default.html2
-rw-r--r--demos/progressbar/indeterminate.html2
-rw-r--r--demos/progressbar/label.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index 8786169e8..8f4dd53a8 100644
--- a/demos/progressbar/default.html
+++ b/demos/progressbar/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Progressbar - Default functionality</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.9.0.js"></script>
+ <script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.progressbar.js"></script>
diff --git a/demos/progressbar/indeterminate.html b/demos/progressbar/indeterminate.html
index ed845781b..54e7c43ef 100644
--- a/demos/progressbar/indeterminate.html
+++ b/demos/progressbar/indeterminate.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Progressbar - Indeterminate Value</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.9.0.js"></script>
+ <script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.progressbar.js"></script>
diff --git a/demos/progressbar/label.html b/demos/progressbar/label.html
index bd857590e..3e669ba4a 100644
--- a/demos/progressbar/label.html
+++ b/demos/progressbar/label.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Progressbar - Custom Label</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
- <script src="../../jquery-1.9.0.js"></script>
+ <script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.progressbar.js"></script>