From 89d0a7ef28e5b8cc259d5e48a70d9b1cfd724d34 Mon Sep 17 00:00:00 2001 From: David Benque Date: Tue, 25 Oct 2022 10:42:10 +0100 Subject: [PATCH] Move daily(weekday/weekend) option up the list --- www/calendar/inner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/calendar/inner.js b/www/calendar/inner.js index b3e9754b1..7a187b434 100644 --- a/www/calendar/inner.js +++ b/www/calendar/inner.js @@ -1443,7 +1443,7 @@ APP.recurrenceRule = { freq: 'daily', by: { day: weekValue } }); - options.push({ + options.splice(2, 0, { tag: 'a', attributes: { 'class': 'cp-calendar-recurrence',