aboutsummaryrefslogtreecommitdiffstats
path: root/demos/progressbar
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-03-03 22:52:54 +0100
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-03-05 10:19:11 +0100
commita40647f0e56096f8437056d238b4299fd19f2859 (patch)
tree4380f82a439c2f941dda69d55d14291f88420975 /demos/progressbar
parentd7860b9c9822c40c68472e55baef72511c09d5de (diff)
downloadjquery-ui-a40647f0e56096f8437056d238b4299fd19f2859.tar.gz
jquery-ui-a40647f0e56096f8437056d238b4299fd19f2859.zip
All: Rename jquery.js to exclude version in filename
Diffstat (limited to 'demos/progressbar')
-rw-r--r--demos/progressbar/default.html2
-rw-r--r--demos/progressbar/download.html2
-rw-r--r--demos/progressbar/indeterminate.html2
-rw-r--r--demos/progressbar/label.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html
index a7bb69f10..cd97f1808 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/all.css">
- <script src="../../jquery-1.10.2.js"></script>
+ <script src="../../jquery.js"></script>
<script src="../../ui/core.js"></script>
<script src="../../ui/widget.js"></script>
<script src="../../ui/progressbar.js"></script>
diff --git a/demos/progressbar/download.html b/demos/progressbar/download.html
index 4b2c9db95..bb42ca91e 100644
--- a/demos/progressbar/download.html
+++ b/demos/progressbar/download.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Progressbar - Download Dialog</title>
<link rel="stylesheet" href="../../themes/base/all.css">
- <script src="../../jquery-1.10.2.js"></script>
+ <script src="../../jquery.js"></script>
<script src="../../ui/core.js"></script>
<script src="../../ui/widget.js"></script>
<script src="../../ui/progressbar.js"></script>
diff --git a/demos/progressbar/indeterminate.html b/demos/progressbar/indeterminate.html
index 2993a0163..fa058cac5 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/all.css">
- <script src="../../jquery-1.10.2.js"></script>
+ <script src="../../jquery.js"></script>
<script src="../../ui/core.js"></script>
<script src="../../ui/widget.js"></script>
<script src="../../ui/progressbar.js"></script>
diff --git a/demos/progressbar/label.html b/demos/progressbar/label.html
index 96162eb3b..62a4bf074 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/all.css">
- <script src="../../jquery-1.10.2.js"></script>
+ <script src="../../jquery.js"></script>
<script src="../../ui/core.js"></script>
<script src="../../ui/widget.js"></script>
<script src="../../ui/progressbar.js"></script>