Browse Source

codechecker stuff.

MOODLE_32_STABLE
Dan Marsden 7 years ago
parent
commit
3a700014c8
  1. 4
      calendar.js

4
calendar.js

@ -63,9 +63,9 @@ YUI().use('yui2-container', 'yui2-calendar', function(Y) {
if (!calendar) { if (!calendar) {
calendar = new YAHOO.widget.Calendar("cal", { calendar = new YAHOO.widget.Calendar("cal", {
iframe: false, // Turn iframe off, since container has iframe support. iframe: false, // Turn iframe off, since container has iframe support.
// eslint-disable-next-line camelcase // eslint-disable-next-line camelcase
hide_blank_weeks: true // Enable, to demonstrate how we handle changing height, using changeContent. hide_blank_weeks: true // Enable, to demonstrate how we handle changing height, using changeContent.
}); });
calendar.cfg.setProperty("start_weekday", M.attendance.cal_start_weekday); calendar.cfg.setProperty("start_weekday", M.attendance.cal_start_weekday);

Loading…
Cancel
Save