Committer: dpetrov
LJSUP-9182: journal calendar links mast lead to the next/prev months/yearsU trunk/htdocs/js/s2.js
Modified: trunk/htdocs/js/s2.js =================================================================== --- trunk/htdocs/js/s2.js 2011-06-29 07:33:38 UTC (rev 10710) +++ trunk/htdocs/js/s2.js 2011-06-29 07:36:33 UTC (rev 10711) @@ -19,6 +19,7 @@ }, monthRef: '/%Y/%M', yearRef: '/%Y', + endMonth: new Date, startAtSunday: true } ).calendarEvents( { calendarType: "inlineCalendar" } ); });