aboutsummaryrefslogtreecommitdiffstats
path: root/demos/button/default.html
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2011-03-02 20:44:26 -0500
committergnarf <gnarf@gnarf.net>2011-03-08 00:52:06 -0600
commit103744415c8e86751f35b5bbe23853af3dab7663 (patch)
tree02aadc359533b6f8f4cdcb41983c805292514591 /demos/button/default.html
parentb6debf4daf015173de904a361ddb1041fc9474a8 (diff)
downloadjquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.tar.gz
jquery-ui-103744415c8e86751f35b5bbe23853af3dab7663.zip
Switched to latest stable jQuery 1.5.1
Diffstat (limited to 'demos/button/default.html')
-rw-r--r--demos/button/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/default.html b/demos/button/default.html
index f11fba2f7..1ea3fa796 100644
--- a/demos/button/default.html
+++ b/demos/button/default.html
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>jQuery UI Button - Default functionality</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="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.button.js"></script>