summaryrefslogtreecommitdiff
path: root/modules/rearrange/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-12-09 17:02:06 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-12-09 17:02:06 +0000
commit5ebd0854beeb306712287931af45949b8ec0592f (patch)
treed98a4914b2eb958a23983c9651cf878f91ceae9d /modules/rearrange/helpers
parent4a0e4b798e6ea3341b1bbc902b9e1e5f2c96692d (diff)
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.
Diffstat (limited to 'modules/rearrange/helpers')
-rw-r--r--modules/rearrange/helpers/rearrange_block.php2
1 files changed, 1 insertions, 1 deletions
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");