diff --git a/views/options/inventory/stable.jade b/views/options/inventory/stable.jade index 71a5ad638c..2d551a30cb 100644 --- a/views/options/inventory/stable.jade +++ b/views/options/inventory/stable.jade @@ -33,9 +33,9 @@ script(type='text/ng-template', id='partials/options.inventory.stable.mounts.htm h4 Rare Mounts menu div - button(ng-if='user.items.mounts["BearCub-Polar"]', class="pet-button Mount_Body_BearCub-Polar", ng-class='{active: user.items.currentMount == "BearCub-Polar")}', ng-click='chooseMount("BearCub", "Polar")', tooltip='Polar Bear') + button(ng-if='user.items.mounts["BearCub-Polar"]', class="pet-button Mount_Body_BearCub-Polar", ng-class='{active: user.items.currentMount == "BearCub-Polar"}', ng-click='chooseMount("BearCub", "Polar")', tooltip='Polar Bear') .Mount_Head_BearCub-Polar - button(ng-if='user.items.mounts["LionCub-Ethereal"]', class="pet-button Mount_Body_LionCub-Ethereal", ng-class='{active: user.items.currentMount == "LionCub-Ethereal")}', ng-click='chooseMount("LionCub", "Ethereal")', tooltip='Ethereal Lion') + button(ng-if='user.items.mounts["LionCub-Ethereal"]', class="pet-button Mount_Body_LionCub-Ethereal", ng-class='{active: user.items.currentMount == "LionCub-Ethereal"}', ng-click='chooseMount("LionCub", "Ethereal")', tooltip='Ethereal Lion') .Mount_Head_LionCub-Ethereal script(type='text/ng-template', id='partials/options.inventory.stable.pets.html')