mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-08 23:18:00 +00:00
@@ -641,7 +641,8 @@
|
||||
(this.repeat.interval > 1 ||
|
||||
this.repeat.days && this.repeat.days.length > 0 ||
|
||||
this.repeat.monthdays && this.repeat.monthdays.length > 0 ||
|
||||
this.repeat.months && this.repeat.months.length > 0);
|
||||
this.repeat.months && this.repeat.months.length > 0 ||
|
||||
this.repeat.month && this.repeat.month.day);
|
||||
return b;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user