leech.module tries to add the leech.js file on line 196
drupal_add_js('leech.js');
But it seems the file doesn't exist in the cvs..
leech.module tries to add the leech.js file on line 196
drupal_add_js('leech.js');
But it seems the file doesn't exist in the cvs..
Comments
Comment #1
Steve Dondley commentedI can confirm this. Cannot find a trace of this file at cvs.drupal.org not even in the attic.
Comment #2
alex_b commentedyou can find leech.js in the menu hook. the content of leech js is generated in the leech_javascript() function.
cheers, alex
Comment #3
zis commentedMy mistake. ;) thx alex.