diff options
author | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:25:30 +0100 |
---|---|---|
committer | Felix Nagel <info@felixnagel.com> | 2013-01-18 19:25:30 +0100 |
commit | f5e65b08194d57c5e2f2b814585298c947f0ceee (patch) | |
tree | f77630beefe256c82b5c07aeb48b55cde256ea68 /demos/button/toolbar.html | |
parent | 4d77ca3e2113689bb4e2ce5cf9152dca7f3811d8 (diff) | |
parent | a63c0910a6ebcc45ae2c0af7a5ae0840d4eab903 (diff) | |
download | jquery-ui-f5e65b08194d57c5e2f2b814585298c947f0ceee.tar.gz jquery-ui-f5e65b08194d57c5e2f2b814585298c947f0ceee.zip |
Merge branch 'master' into selectmenu
Diffstat (limited to 'demos/button/toolbar.html')
-rw-r--r-- | demos/button/toolbar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index 62c1ca83a..d84e8e008 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Button - Toolbar</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.3.js"></script> + <script src="../../jquery-1.9.0.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> |