mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Move daily(weekday/weekend) option up the list
This commit is contained in:
parent
846b91907b
commit
89d0a7ef28
@ -1443,7 +1443,7 @@ APP.recurrenceRule = {
|
||||
freq: 'daily',
|
||||
by: { day: weekValue }
|
||||
});
|
||||
options.push({
|
||||
options.splice(2, 0, {
|
||||
tag: 'a',
|
||||
attributes: {
|
||||
'class': 'cp-calendar-recurrence',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user