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

Steve Dondley’s picture

I can confirm this. Cannot find a trace of this file at cvs.drupal.org not even in the attic.

alex_b’s picture

you can find leech.js in the menu hook. the content of leech js is generated in the leech_javascript() function.

cheers, alex

zis’s picture

Status: Active » Closed (fixed)

My mistake. ;) thx alex.