// Set the node to the enablecheckbox variable.
this.enablecheckbox = node;
// Set the calendar icon status depending on the value of the checkbox.
- this.toggle_calendar_image();
+ // QUICK HACK to keep JS working. MDL-26649. FIXME!
+ // this.toggle_calendar_image();
}
}, this);
},
}
}
-}, '@VERSION@', {requires:['base','node','overlay', 'yui2-calendar', 'moodle-form-dateselector-skin']});
\ No newline at end of file
+}, '@VERSION@', {requires:['base','node','overlay', 'yui2-calendar', 'moodle-form-dateselector-skin']});