diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 10:26:11 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-08-05 10:26:11 -0700 |
| commit | 65c850c393ce6159289e3fd05056c33e7d62e961 (patch) | |
| tree | de41b6924d45aaf6186f76bd2ee0dbdbb71aa546 /modules/organize/helpers/organize_theme.php | |
| parent | 7b1cca168cb9b29fcccdcdce9e32efb190e4575e (diff) | |
Revert "Revert "Checkpoint the organize module rewrite. At this point, it doesn't really do""
This reverts commit 397468c47b8fc3fefeb54ff19a73980ed1dd8c20.
Diffstat (limited to 'modules/organize/helpers/organize_theme.php')
| -rw-r--r-- | modules/organize/helpers/organize_theme.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/organize/helpers/organize_theme.php b/modules/organize/helpers/organize_theme.php index e4feba2b..f01ab88b 100644 --- a/modules/organize/helpers/organize_theme.php +++ b/modules/organize/helpers/organize_theme.php @@ -19,8 +19,7 @@ */ class organize_theme { static function head($theme) { - // @tdo remove the addition css and organize.js (just here to test) - $theme->script("organize_init.js"); + //$theme->script("organize_init.js"); $theme->script("organize.js"); $theme->css("organize.css"); } |
