aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-07-27 20:46:39 -0400
committerScott González <scott.gonzalez@gmail.com>2010-07-27 20:46:39 -0400
commitd7fa82bc5ef79b787ca01f0fa145949f3b35da82 (patch)
treef047a7c4c6d889dd25324fb04d6813c5fd37d8c3 /demos
parentdde27daf62cbcbf97955173b79cc42783d816daf (diff)
downloadjquery-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.html1
-rw-r--r--demos/tabs/manipulation.html1
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>