Commit 303041a9 authored by JC Brand's avatar JC Brand

Test for more variance within group names. updates #83

parent 3984aadb
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment