diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-01 23:14:26 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-01 23:14:26 +0000 |
commit | 6459f167fd38127f2e8edeaad9ca9a5ebbf7ca46 (patch) | |
tree | d7f7411a5bd85c1407286e76a48079074d74f3a6 /modules/rearrange/helpers | |
parent | 92563f813e8cb20eeff2532bd7bafa625c0275bf (diff) |
Drag and Drop is starting to work. You can drag the New Album over any of the directorys and it will be allowed. Drag anything over New Album and it will return. You can drag an tree item except the root over the delete icon and it will be accepted. Now I need to build the ajax and server side functionality the at allows this to all work.
Diffstat (limited to 'modules/rearrange/helpers')
-rw-r--r-- | modules/rearrange/helpers/rearrange_block.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/rearrange/helpers/rearrange_block.php b/modules/rearrange/helpers/rearrange_block.php index 579c9362..7695b4f1 100644 --- a/modules/rearrange/helpers/rearrange_block.php +++ b/modules/rearrange/helpers/rearrange_block.php @@ -19,6 +19,7 @@ */ class rearrange_block_Core { public static function head($theme) { + $head[] = html::script("modules/rearrange/js/jquery-ui-core-draggable-droppable-1.5.2.js"); $head[] = html::script("modules/rearrange/js/jquery.gallery.rearrange.tree.js"); $url = url::file("modules/rearrange/css/rearrange.css"); |