Test for more variance within group names. updates #83

This commit is contained in:
JC Brand 2014-07-30 09:09:48 +02:00
parent 3984aadb9f
commit 303041a980

View File

@ -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;