? modules/project/project.js
Index: modules/project/project.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/project/project.inc,v
retrieving revision 1.97
diff -u -r1.97 project.inc
--- modules/project/project.inc	22 Dec 2006 23:53:20 -0000	1.97
+++ modules/project/project.inc	3 Jan 2007 21:16:54 -0000
@@ -13,6 +13,7 @@
 
   /* Project taxonomy */
   if (project_use_taxonomy()) {
+    drupal_add_js(drupal_get_path('module', 'project') .'/project.js');
     $tree = taxonomy_get_tree(_project_get_vid());
     $top_level = array();
     $options = array();

