diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-01 21:35:09 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2008-12-01 21:35:09 +0000 |
commit | 92563f813e8cb20eeff2532bd7bafa625c0275bf (patch) | |
tree | f0a654258def82d66f1b2f745ac432c39648a441 /modules/rearrange/helpers | |
parent | 0ebd4f6b28e9fbe51d6214e9b845c94c54ca92a0 (diff) |
Fix the fact that the tree wouldn't show up... just a wee bit overly aggressive in cleaning up what i thought was unused files
Diffstat (limited to 'modules/rearrange/helpers')
-rw-r--r-- | modules/rearrange/helpers/rearrange_block.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/rearrange/helpers/rearrange_block.php b/modules/rearrange/helpers/rearrange_block.php index df9818a9..579c9362 100644 --- a/modules/rearrange/helpers/rearrange_block.php +++ b/modules/rearrange/helpers/rearrange_block.php @@ -20,7 +20,6 @@ class rearrange_block_Core { public static function head($theme) { $head[] = html::script("modules/rearrange/js/jquery.gallery.rearrange.tree.js"); - $head[] = html::script("modules/rearrange/js/rearrange.js"); $url = url::file("modules/rearrange/css/rearrange.css"); $head[] = "<link rel=\"stylesheet\" type=\"text/css\" href=\"$url\" " . |