diff options
Diffstat (limited to 'demos/progressbar')
-rw-r--r-- | demos/progressbar/default.html | 2 | ||||
-rw-r--r-- | demos/progressbar/download.html | 2 | ||||
-rw-r--r-- | demos/progressbar/indeterminate.html | 2 | ||||
-rw-r--r-- | demos/progressbar/label.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/demos/progressbar/default.html b/demos/progressbar/default.html index 8f4dd53a8..3c66fdf96 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.1.js"></script> + <script src="../../jquery-1.10.2.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/download.html b/demos/progressbar/download.html index 8742de3bf..62c514bf1 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/jquery.ui.all.css"> - <script src="../../jquery-1.9.1.js"></script> + <script src="../../jquery-1.10.2.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 54e7c43ef..7d070c2b2 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.1.js"></script> + <script src="../../jquery-1.10.2.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 a1e16cb71..06a5707d5 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.1.js"></script> + <script src="../../jquery-1.10.2.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> |