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

@@ -152,7 +152,6 @@ habitrpg.controller('ChatCtrl', ['$scope', 'Groups', 'Chat', 'User', '$http', 'A
'random': window.env.t('sortRandom'),
'pets': window.env.t('sortPets'),
'habitrpg_date_joined' : window.env.t('sortHabitrpgJoined'),
'party_date_joined': window.env.t('sortJoined'),
'habitrpg_last_logged_in': window.env.t('sortHabitrpgLastLoggedIn'),
'name': window.env.t('sortName'),
'backgrounds': window.env.t('sortBackgrounds'),