Remove party joined option (#8212)

* Remove party joined option

* Make default sort sort by profile name

* Remove extraneous comment
This commit is contained in:
MathWhiz
2016-11-19 22:08:18 -06:00
committed by Alys
parent f58f6acb44
commit 6a343535c0
3 changed files with 1 additions and 4 deletions

View File

@@ -52,8 +52,7 @@ habitrpg.controller("HeaderCtrl", ['$scope', 'Groups', 'User',
return member.auth.timestamps.loggedin;
break
default:
// party date joined
return true;
return member.profile.name;
}
}
)