Fix printing tasks
This commit is contained in:
parent
700a64b40d
commit
4c59b34bbb
1 changed files with 3 additions and 1 deletions
|
@ -397,7 +397,9 @@ function rcube_libcalendaring(settings)
|
||||||
});
|
});
|
||||||
|
|
||||||
$(prefix+' .edit-alarm-date').removeClass('hasDatepicker').removeAttr('id').datepicker(datepicker_settings);
|
$(prefix+' .edit-alarm-date').removeClass('hasDatepicker').removeAttr('id').datepicker(datepicker_settings);
|
||||||
this.init_time_autocomplete($(prefix+' .edit-alarm-time')[0], {});
|
|
||||||
|
if (rcmail.env.action != 'print')
|
||||||
|
this.init_time_autocomplete($(prefix+' .edit-alarm-time')[0], {});
|
||||||
|
|
||||||
$(prefix).on('click', 'a.delete-alarm', function(e){
|
$(prefix).on('click', 'a.delete-alarm', function(e){
|
||||||
if ($(this).closest('.edit-alarm-item').siblings().length > 0) {
|
if ($(this).closest('.edit-alarm-item').siblings().length > 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue