mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
pets: easier click on market items
This commit is contained in:
parent
3a62482a4d
commit
562634478f
1 changed files with 4 additions and 4 deletions
|
|
@ -22,14 +22,14 @@
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<hatchingPotion:>
|
<hatchingPotion:>
|
||||||
<td class="active-hatchingPotion">
|
<td class="active-hatchingPotion" x-bind="click:buyHatchingPotion" data-hatchingPotion='{.name}'>
|
||||||
<div rel=tooltip class="Pet_HatchingPotion_{.name}" title="{.text} - {.value} Tokens" x-bind="click:buyHatchingPotion" data-hatchingPotion='{.name}'></div>
|
<div rel=tooltip class="Pet_HatchingPotion_{.name}" title="{.text} - {.value} Tokens"></div>
|
||||||
{.text}
|
{.text}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
<egg:>
|
<egg:>
|
||||||
<td class="active-egg">
|
<td class="active-egg" x-bind="click:buyEgg" data-egg='{.name}'>
|
||||||
<div rel=tooltip class="Pet_Egg_{.name}" title="{.text} - {.value} Tokens" x-bind="click:buyEgg" data-egg='{.name}'></div>
|
<div rel=tooltip class="Pet_Egg_{.name}" title="{.text} - {.value} Tokens"></div>
|
||||||
{.text}
|
{.text}
|
||||||
</td>
|
</td>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue