Test for more variance within group names. updates #83
This commit is contained in:
parent
3984aadb9f
commit
303041a980
@ -277,9 +277,10 @@
|
||||
converse.roster_groups = true;
|
||||
converse.rosterview.render();
|
||||
var groups = {
|
||||
colleagues: 3,
|
||||
friends: 8,
|
||||
family: 4
|
||||
'colleagues': 3,
|
||||
'friends & acquaintences': 5,
|
||||
'family': 4,
|
||||
'ænemies': 3
|
||||
};
|
||||
_.each(_.keys(groups), $.proxy(function (name) {
|
||||
j = i;
|
||||
|
Loading…
Reference in New Issue
Block a user