diff --git a/share/static/js/libs/rrule/rrule.js b/share/static/js/libs/rrule/rrule.js index 08fdb7d702..67a07e6f47 100644 --- a/share/static/js/libs/rrule/rrule.js +++ b/share/static/js/libs/rrule/rrule.js @@ -2858,10 +2858,10 @@ var totext_ToText = /** @class */ (function () { if (this.bymonthday) { this._bymonthday(); } - else if (this.byweekday) { + if (this.byweekday) { this._byweekday(); } - else if (this.origOptions.byhour) { + if (this.origOptions.byhour) { this._byhour(); } };