mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-03 08:21:07 +00:00
[#1477] modal buttons bug-fix
This commit is contained in:
parent
5c5212eb0e
commit
52b7935b88
1 changed files with 1 additions and 1 deletions
|
|
@ -53,6 +53,6 @@ div(ng-controller='SettingsCtrl')
|
|||
Woa woa woa! Are you sure? This will seriously delete your account forever, and it can never be restored. If you're absolutely certain, type <strong>DELETE</strong> into the text-box below.
|
||||
p
|
||||
input(type='text', ng-model='_deleteAccount')
|
||||
footer
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='modals.delete = false') Cancel
|
||||
button.btn.btn-danger.btn-small(ng-disabled='_deleteAccount != "DELETE"', ng-click='delete()') Delete Account
|
||||
|
|
|
|||
Loading…
Reference in a new issue