pets: easier click on market items

This commit is contained in:
Tyler Renelle 2013-03-27 11:59:56 -07:00
parent 3a62482a4d
commit 562634478f

View file

@ -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>