Index: jstools.js =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/jstools/jstools.js,v retrieving revision 1.9.2.8 diff -u -r1.9.2.8 jstools.js --- jstools.js 8 Aug 2007 21:26:07 -0000 1.9.2.8 +++ jstools.js 23 May 2008 14:59:05 -0000 @@ -230,5 +230,7 @@ // 'js enabled' cookie document.cookie = 'has_js=1'; // Attach all behaviors. - $(document).ready(Drupal.attachBehaviors); + $(document).ready(function(){ + Drupal.attachBehaviors(this); + }); } \ No newline at end of file