Move daily(weekday/weekend) option up the list

This commit is contained in:
David Benque 2022-10-25 10:42:10 +01:00
parent 846b91907b
commit 89d0a7ef28
1 changed files with 1 additions and 1 deletions

View File

@ -1443,7 +1443,7 @@ APP.recurrenceRule = {
freq: 'daily',
by: { day: weekValue }
});
options.push({
options.splice(2, 0, {
tag: 'a',
attributes: {
'class': 'cp-calendar-recurrence',