diff options
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> |