| 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 |
|
|
| 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 |
} |
} |