mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-10 14:29:11 +00:00
Remove monthly option
This commit is contained in:
parent
8b347bca8b
commit
dc4359ab6f
1 changed files with 0 additions and 1 deletions
|
|
@ -239,7 +239,6 @@ li(bindonce='list', id='task-{{::task.id}}', ng-repeat='task in obj[list.type+"s
|
|||
select.form-control(ng-model='task.frequency')
|
||||
option(value='weekly') Repeat on certain days of the week
|
||||
option(value='daily') Repeat every X days
|
||||
option(value='monthly') Repeat on certain days of the month
|
||||
|
||||
+repeatOptions
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue