calendar-eventmanager MDL-23290 Fixed up broken calendar when hidden
This commit is contained in:
+1
@@ -39,6 +39,7 @@ YUI.add('moodle-calendar-eventmanager', function(Y) {
|
||||
this.on('hideevent', panel.hide, panel);
|
||||
td.on('mouseenter', this.startShow, this);
|
||||
td.on('mouseleave', this.startHide, this);
|
||||
return true;
|
||||
},
|
||||
startShow : function() {
|
||||
if (this.get(SHOWTIMEOUT) !== null) {
|
||||
|
||||
Reference in New Issue
Block a user