Loading...
 
Skip to main content

Features / Usability


jscalendar and mac osx

posts: 13 None

js calendar 0.9.3…
- works fine on camino (0.7.0).
- quite buggy on internet explorer (5.2.3).
- really quite buggy on safari (1.2)

posts: 1

Belated reply: tripped over this myself recently. This patch may help. Find calendar.js, and towards the bottom:

- return str.replace(re, function(match, par) { return spar; });

+ for (var i in s) str=str.replace(i, si); + return str;


Not my solution, found via google (but don't ask me where).

cheers, martin