From 86b3ca5d6b11a0d20b99aea5dbd040ccc4c20382 Mon Sep 17 00:00:00 2001 From: Matteo Pagliazzi Date: Wed, 18 Sep 2013 17:41:23 +0200 Subject: [PATCH] remove duplicate tooltip --- views/options/pets.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/views/options/pets.jade b/views/options/pets.jade index 98befaa24e..edd8e48358 100644 --- a/views/options/pets.jade +++ b/views/options/pets.jade @@ -16,10 +16,10 @@ table.pets(ng-repeat='pet in pets') tbody tr - td(ng-repeat='potion in hatchingPotions') - button(class="pet-button Pet-{{pet.name}}-{{potion.name}}", ng-show='hasPet(pet.name, potion.name)', ng-class="{active: isCurrentPet(pet.name, potion.name)}", ng-click='choosePet(pet.name, potion.name)', tooltip='{{potion.name}} {{pet.name}}') + td(ng-repeat='potion in hatchingPotions', tooltip='{{potion.name}} {{pet.name}}') + button(class="pet-button Pet-{{pet.name}}-{{potion.name}}", ng-show='hasPet(pet.name, potion.name)', ng-class="{active: isCurrentPet(pet.name, potion.name)}", ng-click='choosePet(pet.name, potion.name)') button(class="pet-button pet-not-owned", ng-hide='hasPet(pet.name, potion.name)') - img(src='/bower_components/habitrpg-shared/img/PixelPaw.png', tooltip='{{potion.name}} {{pet.name}}') + img(src='/bower_components/habitrpg-shared/img/PixelPaw.png') h4 Rare Pets table