TT#54350 Always show hours related text in rrule description

Change-Id: Ibda64adaaeacdde3fadf4d83504794367bff5199
changes/64/28164/13
Irina Peshinskaya 7 years ago
parent 1477062188
commit 0a5e2dfcb1

@ -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();
}
};

Loading…
Cancel
Save