diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-07-27 20:46:39 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-07-27 20:46:39 -0400 |
commit | d7fa82bc5ef79b787ca01f0fa145949f3b35da82 (patch) | |
tree | f047a7c4c6d889dd25324fb04d6813c5fd37d8c3 /demos | |
parent | dde27daf62cbcbf97955173b79cc42783d816daf (diff) | |
download | jquery-ui-d7fa82bc5ef79b787ca01f0fa145949f3b35da82.tar.gz jquery-ui-d7fa82bc5ef79b787ca01f0fa145949f3b35da82.zip |
Added position plugin to demo pages that use dialogs.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/droppable/photo-manager.html | 1 | ||||
-rw-r--r-- | demos/tabs/manipulation.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/demos/droppable/photo-manager.html b/demos/droppable/photo-manager.html index a611c0c50..39176732e 100644 --- a/demos/droppable/photo-manager.html +++ b/demos/droppable/photo-manager.html @@ -5,6 +5,7 @@ <title>jQuery UI Droppable - Simple photo manager</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> + <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> diff --git a/demos/tabs/manipulation.html b/demos/tabs/manipulation.html index ec143d52a..693eaada8 100644 --- a/demos/tabs/manipulation.html +++ b/demos/tabs/manipulation.html @@ -5,6 +5,7 @@ <title>jQuery UI Tabs - Simple manipulation</title> <link type="text/css" href="../../themes/base/jquery.ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.4.2.js"></script> + <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.button.js"></script> |