Remove debug code
This commit is contained in:
parent
e8da06886d
commit
9b712e73e8
1 changed files with 0 additions and 1 deletions
|
@ -510,7 +510,6 @@ function rcube_calendar_ui(settings)
|
|||
}
|
||||
|
||||
var show_rsvp = rsvp && !organizer && event.status != 'CANCELLED' && me.has_permission(calendar, 'v');
|
||||
console.log(event, rsvp, organizer, status, calendar, me.has_permission(calendar, 'v'), show_rsvp);
|
||||
$('#event-rsvp')[(show_rsvp ? 'show' : 'hide')]();
|
||||
$('#event-rsvp .rsvp-buttons input').prop('disabled', false).filter('input[rel="'+(mystatus || '')+'"]').prop('disabled', true);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue