diff options
Diffstat (limited to 'demos/dialog')
-rw-r--r-- | demos/dialog/animated.html | 2 | ||||
-rw-r--r-- | demos/dialog/default.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-confirmation.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-form.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal-message.html | 2 | ||||
-rw-r--r-- | demos/dialog/modal.html | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index ac6adf4b7..f96fa196d 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Animation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/default.html b/demos/dialog/default.html index 732fb8a33..5dbea3497 100644 --- a/demos/dialog/default.html +++ b/demos/dialog/default.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Default functionality</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index ba09de6c0..3853056f0 100644 --- a/demos/dialog/modal-confirmation.html +++ b/demos/dialog/modal-confirmation.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal confirmation</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 15680af7b..bd8d90cfe 100644 --- a/demos/dialog/modal-form.html +++ b/demos/dialog/modal-form.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal form</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html index facb37d84..bbac87769 100644 --- a/demos/dialog/modal-message.html +++ b/demos/dialog/modal-message.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Modal message</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> diff --git a/demos/dialog/modal.html b/demos/dialog/modal.html index 0d4e9b6ec..abde0f4fe 100644 --- a/demos/dialog/modal.html +++ b/demos/dialog/modal.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Dialog - Basic modal</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.4.3.js"></script> + <script src="../../jquery-1.4.4.js"></script> <script src="../../external/jquery.bgiframe-2.1.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> |