mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
Puts keys of the kennel modal on the inventory ctrl so pet counting variables can be accesssed
Closes #5668
This commit is contained in:
parent
f5c66e51d1
commit
e72543641c
2 changed files with 2 additions and 2 deletions
|
|
@ -195,7 +195,7 @@
|
|||
button.customize-option(popover=env.t('petKeyPop'), popover-title=env.t('petKeyName'),
|
||||
popover-trigger='mouseenter', popover-placement='top',
|
||||
popover-append-to-body='true',
|
||||
ng-click='openModal("pet-key", {size:"lg"})', class='pet_key')
|
||||
ng-click='openModal("pet-key", {size:"lg", controller:"InventoryCtrl"})', class='pet_key')
|
||||
p(ng-show='petCount < 90 || mountCount < 90 || !user.achievements.triadBingo')
|
||||
| 4
|
||||
span.Pet_Currency_Gem1x.inline-gems
|
||||
|
|
|
|||
|
|
@ -61,4 +61,4 @@ script(type='text/ng-template', id='modals/armoireEmpty.html')
|
|||
br
|
||||
p=env.t('armoireNotesEmpty')
|
||||
.modal-footer
|
||||
button.btn.btn-default(ng-click='$close()')=env.t('close')
|
||||
button.btn.btn-default(ng-click='$close()')=env.t('close')
|
||||
|
|
|
|||
Loading…
Reference in a new issue