HTML Logo by World Wide Web Consortium (www.w3.org). Click to learn more about our commitment to accessibility and standards.

Skip navigation

Javascript/Cookie problem

Title Javascript/Cookie problem
Description Javascript may be said to be "disabled", although it is not.
Affects Sites with a cookie dmain specified
Fix Please change lines 274-275 of themes/default/templates/JAVASCRIPT.tpl from:

Code

   var extra=";path={$COOKIE_PATH}";
   if ("{$COOKIE_DOMAIN}"!="") extra=extra+"domain={$COOKIE_DOMAIN}";
to:

Code

   var extra="";
   if ("{$COOKIE_PATH}"!="") extra=extra+";path={$COOKIE_PATH}";
   if ("{$COOKIE_DOMAIN}"!="") extra=extra+";domain={$COOKIE_DOMAIN}";


Trackbacks

There have been no trackbacks yet


There have been no comments yet


Make comment
Your name: (join or login)
Subject:
Your message: