With this error the localized usage of jscalendar results in errors (displaying "undefined" for most number in calendar view).
Some language files (lang/calendar-xy.js), especially de and nl have a missing parameter.
Code
// First day of the week. "0" means display Sunday first, "1" means display
// Monday first, etc.
Calendar._FD = 1;
// Monday first, etc.
Calendar._FD = 1;
Others language files have to be modified with their special setting for their region (e.g. for US -> Calendar._FD = 1;).
Explained here:
http://drupal.org/node/118277
Bugtracker entry here:
http://noc.postnuke.…group_id=5&atid=101
--
| scribite! | TNGz | piwik | zweet |
