Support 1/4 hour task increments
This commit is contained in:
parent
0859729f19
commit
b056bf9215
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@
|
|||
lang: '{{ $appLanguage }}',
|
||||
lazyInit: true,
|
||||
validateOnBlur: false,
|
||||
step: 30,
|
||||
step: {{ env('TASK_TIME_STEP', 15) }},
|
||||
format: '{{ $datetimeFormat }}',
|
||||
formatDate: '{{ $account->getMomentDateFormat() }}',
|
||||
formatTime: '{{ $account->military_time ? 'H:mm' : 'h:mm A' }}',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue