mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
This commit is contained in:
committed by
Blade Barringer
parent
3fa8ab80b5
commit
dbf406c921
@@ -173,6 +173,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', '
|
|||||||
member.petCount = Shared.countPets($rootScope.countExists(member.items.pets), member.items.pets);
|
member.petCount = Shared.countPets($rootScope.countExists(member.items.pets), member.items.pets);
|
||||||
member.mountCount = Shared.countMounts($rootScope.countExists(member.items.mounts), member.items.mounts);
|
member.mountCount = Shared.countMounts($rootScope.countExists(member.items.mounts), member.items.mounts);
|
||||||
$scope.profile = member;
|
$scope.profile = member;
|
||||||
|
$scope.e = member.items.gear.equipped;
|
||||||
});
|
});
|
||||||
$scope.sendPrivateMessage = function(uuid, message){
|
$scope.sendPrivateMessage = function(uuid, message){
|
||||||
// Don't do anything if the user somehow gets here without a message.
|
// Don't do anything if the user somehow gets here without a message.
|
||||||
|
|||||||
Reference in New Issue
Block a user