fix a calendar bug
This commit is contained in:
parent
e51c4aa847
commit
1b42a4e7f1
1 changed files with 2 additions and 2 deletions
|
@ -1038,8 +1038,8 @@ Ox.Calendar = function(options, self) {
|
|||
// self.options.height - 56 // 24 + 16 + 16
|
||||
);
|
||||
self.$content.css({height: self.contentHeight + 'px'});
|
||||
$('.OxBackground').empty();
|
||||
$('.OxEvent').remove();
|
||||
that.$element.find('.OxBackground').empty();
|
||||
that.$element.find('.OxEvent').remove();
|
||||
renderBackground();
|
||||
renderTimelines();
|
||||
renderOverlay();
|
||||
|
|
Loading…
Reference in a new issue