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.options.height - 56 // 24 + 16 + 16
|
||||||
);
|
);
|
||||||
self.$content.css({height: self.contentHeight + 'px'});
|
self.$content.css({height: self.contentHeight + 'px'});
|
||||||
$('.OxBackground').empty();
|
that.$element.find('.OxBackground').empty();
|
||||||
$('.OxEvent').remove();
|
that.$element.find('.OxEvent').remove();
|
||||||
renderBackground();
|
renderBackground();
|
||||||
renderTimelines();
|
renderTimelines();
|
||||||
renderOverlay();
|
renderOverlay();
|
||||||
|
|
Loading…
Reference in a new issue