Skip to content

Commit

Permalink
calendar-eventmanager MDL-23290 Fixed up broken calendar when hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Jul 23, 2010
1 parent a7409db commit 97e5a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions calendar/yui/eventmanager/eventmanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 97e5a99

Please sign in to comment.