mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-05 21:43:03 +00:00
fix: Correct typo in equipment click
This commit is contained in:
parent
c7310b97ec
commit
d4d668a7aa
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ mixin equipmentList(type)
|
|||
div(ng-repeat='item in gear[klass] | orderBy: order')
|
||||
button.customize-option(class='shop_{{::item.key}}',
|
||||
ng-class='{selectableInventory: user.items.gear.#{type}[item.type] == item.key}',
|
||||
ng-click='equip(item.key, "${type}")',
|
||||
ng-click='equip(item.key, "#{type}")',
|
||||
popover='{{::item.notes()}}', popover-title='{{::item.text()}}',
|
||||
popover-trigger='mouseenter', popover-placement='right',
|
||||
popover-append-to-body='true')
|
||||
|
|
|
|||
Loading…
Reference in a new issue