aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-08 05:39:38 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-08 05:39:38 +0000
commitc3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1 (patch)
tree90e3ab469926e326b8720a5304b15dbbf32c2559 /demos/progressbar
parentc333dade688d47b9f54c63ab792e334b9793c6fa (diff)
downloadjquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.tar.gz
jquery-ui-c3d9d6261c56fdfbc77f86fd4f276bdfef0fbfa1.zip
temporarily switched back to 1.2.6
Diffstat (limited to 'demos/progressbar')
-rw-r--r--demos/progressbar/default.html2
-rw-r--r--demos/progressbar/resize.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index 89dc24c34..9e6f896be 100644
--- a/demos/progressbar/default.html
+++ b/demos/progressbar/default.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Progressbar - Default Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.progressbar.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
diff --git a/demos/progressbar/resize.html b/demos/progressbar/resize.html
index 540bd14c9..0180b96bd 100644
--- a/demos/progressbar/resize.html
+++ b/demos/progressbar/resize.html
@@ -3,7 +3,7 @@
<head>
<title>jQuery UI Progressbar - Resize Demo</title>
<link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.3pre.js"></script>
+ <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
<script type="text/javascript" src="../../ui/ui.core.js"></script>
<script type="text/javascript" src="../../ui/ui.progressbar.js"></script>
<script type="text/javascript" src="../../ui/ui.resizable.js"></script>