diff options
author | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:44:26 -0500 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2011-03-02 20:49:20 -0500 |
commit | 593799d6e3dfca3933c06c9538feb94b3eb4f727 (patch) | |
tree | 796da6aec528759c83d89fed8cb515545024cd3d /demos/dialog/modal-confirmation.html | |
parent | 58b730f7c7a2fa848eeab12c5b26736a102ed1a4 (diff) | |
download | jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.tar.gz jquery-ui-593799d6e3dfca3933c06c9538feb94b3eb4f727.zip |
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'demos/dialog/modal-confirmation.html')
-rw-r--r-- | demos/dialog/modal-confirmation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-confirmation.html b/demos/dialog/modal-confirmation.html index 3853056f0..e316a97bf 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.4.js"></script> + <script src="../../jquery-1.5.1.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> |