mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
Closes #4490. Day start saves on blur instead of change
This commit is contained in:
parent
dc37442691
commit
38f7c1e634
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html')
|
|||
h5.hint(popover=env.t('clockInfo'), popover-trigger='mouseenter')=env.t('customDayStart')
|
||||
.form-group
|
||||
.input-group
|
||||
input.form-control(type='number', min='0', max='23', ng-model='user.preferences.dayStart', ng-change='saveDayStart()')
|
||||
input.form-control(type='number', min='0', max='23', ng-model='user.preferences.dayStart', ng-blur='saveDayStart()')
|
||||
span.input-group-addon= ':00 (' + env.t('24HrClock') + ')'
|
||||
small
|
||||
=env.t('subWarning1')
|
||||
|
|
|
|||
Loading…
Reference in a new issue