jscalendar and mac osx Posted by BeN 10 Mar 2004 10:27 GMT-0000 posts: 13 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)
Posted by martinmanyhats 02 Jun 2004 10:45 GMT-0000 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