diff options
Diffstat (limited to 'modules/rearrange/helpers/rearrange_block.php')
-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"); |