aboutsummaryrefslogtreecommitdiffstats
path: root/demos/dialog/modal-message.html
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2011-08-01 20:03:04 -0400
committerScott González <scott.gonzalez@gmail.com>2011-08-01 20:03:04 -0400
commitbaa2e9663c5c0e5593e4950be91a31a63ee27923 (patch)
tree02c4f2d2e197f77ad93a88adfd256c3225bf09ac /demos/dialog/modal-message.html
parent1d4795683e21a49115f1b0458349c63c5f54ac33 (diff)
downloadjquery-ui-baa2e9663c5c0e5593e4950be91a31a63ee27923.tar.gz
jquery-ui-baa2e9663c5c0e5593e4950be91a31a63ee27923.zip
Upgrade jQuery to 1.6.2.
Diffstat (limited to 'demos/dialog/modal-message.html')
-rw-r--r--demos/dialog/modal-message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html
index 90a88c33e..d47df568c 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.5.1.js"></script>
+ <script src="../../jquery-1.6.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>