Fix events re-rendering after "Print descriptions" option change
This commit is contained in:
parent
bc48cd6639
commit
ffe9c0c7f7
1 changed files with 2 additions and 1 deletions
|
@ -180,7 +180,8 @@ window.rcmail && rcmail.addEventListener('init', function(evt) {
|
|||
// activate settings form
|
||||
$('#propdescription').change(function() {
|
||||
showdesc = this.checked;
|
||||
fc.fullCalendar('render');
|
||||
desc_elements = {};
|
||||
fc.fullCalendar('rerenderEvents');
|
||||
});
|
||||
|
||||
var selector = $('#calendar').data('view-selector');
|
||||
|
|
Loading…
Add table
Reference in a new issue