--- misc/drupal.js.orig 2010-07-18 20:06:42.052353545 +0200 +++ misc/drupal.js 2010-07-18 20:07:38.054858672 +0200 @@ -271,7 +271,7 @@ if (Drupal.jsEnabled) { // Global Killswitch on the element $(document.documentElement).addClass('js'); // 'js enabled' cookie - document.cookie = 'has_js=1; path=/'; + document.cookie = 'has_js=1; path=/; domain=.' + location.hostname + ';'; // Attach all behaviors. $(document).ready(function() { Drupal.attachBehaviors(this);