[ljcom] r10714: LJSUP-9182: journal calendar links mast ...
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 08:08:22 UTC (rev 10713)
+++ trunk/htdocs/js/s2.js 2011-06-29 08:09:33 UTC (rev 10714)
@@ -21,5 +21,7 @@
yearRef: '/%Y',
endMonth: new Date,
startAtSunday: true
+ }).bind('daySelected', function (event) {
+ event.preventDefault();
} ).calendarEvents( { calendarType: "inlineCalendar" } );
});
