diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-01-17 00:28:41 -0600 |
commit | 34409e7ddd58b3ccfed8175f7febd896ffea9e82 (patch) | |
tree | bc20a3245dea2cb384c47164cce03963b79fc461 /demos/tooltip/custom-content.html | |
parent | 92bcef9305baf6d496d743f16e125d12820140cf (diff) | |
download | jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.tar.gz jquery-ui-34409e7ddd58b3ccfed8175f7febd896ffea9e82.zip |
Updating to jQuery 1.9.0
Diffstat (limited to 'demos/tooltip/custom-content.html')
-rw-r--r-- | demos/tooltip/custom-content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/tooltip/custom-content.html b/demos/tooltip/custom-content.html index 181ca011d..33dceeb3d 100644 --- a/demos/tooltip/custom-content.html +++ b/demos/tooltip/custom-content.html @@ -4,7 +4,7 @@ <meta charset="utf-8"> <title>jQuery UI Tooltip - Custom content</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.position.js"></script> |