Browse Source

codechecker stuff.

MOODLE_35_STABLE
Dan Marsden 7 years ago
parent
commit
daf0db842e
  1. 4
      calendar.js
  2. 2
      version.php

4
calendar.js

@ -68,9 +68,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);

2
version.php

@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2018022100; $plugin->version = 2018022100;
$plugin->requires = 2017102700; // Requires 3.4 $plugin->requires = 2017102700; // Requires 3.4.
$plugin->release = '3.4.3'; $plugin->release = '3.4.3';
$plugin->maturity = MATURITY_ALPHA; $plugin->maturity = MATURITY_ALPHA;
$plugin->cron = 0; $plugin->cron = 0;

Loading…
Cancel
Save