aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
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 94b451e57..eb5cf9355 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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 e87f7a8a6..1cf7e5121 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/default/ui.all.css" rel="stylesheet" />
- <script type="text/javascript" src="../../jquery-1.2.6.js"></script>
+ <script type="text/javascript" src="../../jquery-1.3pre.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>