diff --git a/Asset/js/enhance-recurrence.js b/Asset/js/enhance-recurrence.js new file mode 100644 index 0000000..bfeda5e --- /dev/null +++ b/Asset/js/enhance-recurrence.js @@ -0,0 +1,94 @@ +/* + * OrganonTweaks -- enhance Kanboard's native "Edit recurrence" dialog. + * + * That template (task_recurrence/edit.php) has no hook, so we transform the form in JS when + * the modal opens: + * 1. Replace the "Generate recurrent task" Yes/No dropdown with two radio buttons (one + * click instead of open + select). The original