mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 03:34:14 +00:00
refactor(bs3): fix classes modal
This commit is contained in:
parent
f31723b0ab
commit
211be37cfc
1 changed files with 1 additions and 1 deletions
|
|
@ -72,4 +72,4 @@ script(type='text/ng-template', id='modals/chooseClass.html')
|
|||
|
||||
.modal-footer
|
||||
button.btn.btn-small.btn-danger.cancel(ng-click='user.ops.disableClasses({}); $close()', popover-placement='top', popover-trigger='mouseenter', popover=env.t('optOutText'))=env.t('optOut')
|
||||
button.btn.btn-primary.cancel(ng-click='selectedClass && changeClass(selectedClass); $close()')=env.t('select')
|
||||
button.btn.btn-primary.cancel(ng-disabled='!selectedClass' ng-click='changeClass(selectedClass); $close()')=env.t('select')
|
||||
Loading…
Reference in a new issue