contribu: cleanup tavern, add legend for contrib tiers

This commit is contained in:
Tyler Renelle
2013-11-07 17:24:49 -08:00
parent 4454cc502b
commit 06d1f77ce5
4 changed files with 75 additions and 26 deletions

View File

@@ -225,5 +225,8 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Groups', '$http', 'A
User.user.flags.rest = !User.user.flags.rest;
User.log({op:'set',data:{'flags.rest':User.user.flags.rest}});
}
$scope.toggleUserTier = function($event) {
$($event.target).next().toggle();
}
}
])