calendar-eventmanager MDL-23290 Fixed up broken calendar when hidden

This commit is contained in:
Sam Hemelryk
2010-07-23 03:50:46 +00:00
parent a7409db46a
commit 97e5a9959e
+1
View File
@@ -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) {