diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index 2dff9c3774..015d612bbf 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -52,8 +52,8 @@ script(type='text/ng-template', id='partials/options.inventory.mounts.html') each t,k in env.Content.specialMounts - var animal = k.split('-')[0], color = k.split('-')[1] button(ng-if='user.items.mounts["#{animal}-#{color}"]', class="pet-button Mount_Head_#{animal}-#{color}", ng-class='{active: user.items.currentMount == "#{animal}-#{color}"}', ng-click='chooseMount("#{animal}", "#{color}")', popover=env.t(t), popover-trigger='mouseenter', popover-placement='bottom') - // button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]') - // .PixelPaw + button(class="pet-button pet-not-owned", ng-hide='user.items.mounts["#{mount}"]') + .PixelPaw script(type='text/ng-template', id='partials/options.inventory.pets.html')