The calendar could definitely be updated!

Look at the new version
http://www.dynarch.com/projects/calendar/


Has anybody got this type of error???
Error: too much recursion
Source File: http://<domainName>/magnoliaAuthor/.resources/calendar/calendar.js
Line: 1797


Plus it seems like it has an error line 1794, see 
http://community.zikula.org/module-Forum-viewtopic-topic-57870.htm

It seems to be the solution:

Replace the following:
Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear;

With :
if( Date.prototype.__msh_oldSetFullYear == null ) {
    Date.prototype.__msh_oldSetFullYear = Date.prototype.setFullYear;
}


Unfortunately, I have no clue where is the calendar.js file. Any help is 
welcome.

-adrien

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=4b9c4edc-16a4-43d4-8561-c5a9f286c808


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to