Skip to content

Commit

Permalink
Added position plugin to demo pages that use dialogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Jul 28, 2010
1 parent dde27da commit d7fa82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions demos/droppable/photo-manager.html
Expand Up @@ -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>
Expand Down
1 change: 1 addition & 0 deletions demos/tabs/manipulation.html
Expand Up @@ -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>
Expand Down

0 comments on commit d7fa82b

Please sign in to comment.