/[drupal]/contributions/modules/jstools/jstools.js
ViewVC logotype

Diff of /contributions/modules/jstools/jstools.js

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.9.2.8, Wed Aug 8 21:26:07 2007 UTC revision 1.9.2.9, Thu Jun 19 21:30:25 2008 UTC
# Line 1  Line 1 
1  // $Id: jstools.js,v 1.24 2007/08/08 20:13:04 nedjo Exp $  // $Id: jstools.js,v 1.9.2.8 2007/08/08 21:26:07 nedjo Exp $
2    
3  Drupal.behaviors = Drupal.behaviors || {};  Drupal.behaviors = Drupal.behaviors || {};
4    
# Line 230  if (Drupal.jsEnabled) { Line 230  if (Drupal.jsEnabled) {
230    // 'js enabled' cookie    // 'js enabled' cookie
231    document.cookie = 'has_js=1';    document.cookie = 'has_js=1';
232    // Attach all behaviors.    // Attach all behaviors.
233    $(document).ready(Drupal.attachBehaviors);    $(document).ready(function(){
234        Drupal.attachBehaviors(this);
235      });
236  }  }

Legend:
Removed from v.1.9.2.8  
changed lines
  Added in v.1.9.2.9

  ViewVC Help
Powered by ViewVC 1.1.2