From 5ebd0854beeb306712287931af45949b8ec0592f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 9 Dec 2008 17:02:06 +0000 Subject: Combine all the ui.jquery files into a single packed file at version (1.6rc2) copied from the the corresponding vendor branch. Move into the application/lib directory and remove from the theme. Remove the ui.jquery javascript from the rearrange module and use the common library. --- modules/rearrange/helpers/rearrange_block.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/rearrange/helpers') diff --git a/modules/rearrange/helpers/rearrange_block.php b/modules/rearrange/helpers/rearrange_block.php index 7695b4f1..fad891c8 100644 --- a/modules/rearrange/helpers/rearrange_block.php +++ b/modules/rearrange/helpers/rearrange_block.php @@ -19,7 +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("lib/jquery-ui.packed.js"); $head[] = html::script("modules/rearrange/js/jquery.gallery.rearrange.tree.js"); $url = url::file("modules/rearrange/css/rearrange.css"); -- cgit v1.2.3