diff options
author | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:57:33 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2012-03-22 09:57:33 -0400 |
commit | ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672 (patch) | |
tree | 2dbb5ef92b9c54839595d36c5fe17cbacfaec3b4 /demos/dialog/modal-form.html | |
parent | a76366f8fc731ec6946d9f6940c8a03040e31d23 (diff) | |
download | jquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.tar.gz jquery-ui-ec3ce5cf667e10f65fd9e6c62503e6d7a55d9672.zip |
Upgrade jQuery to 1.7.2.
Diffstat (limited to 'demos/dialog/modal-form.html')
-rw-r--r-- | demos/dialog/modal-form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-form.html b/demos/dialog/modal-form.html index 3b7ac8843..553335227 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.7.1.js"></script> + <script src="../../jquery-1.7.2.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> |