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 @@ ...@@ -277,9 +277,10 @@
converse.roster_groups = true; converse.roster_groups = true;
converse.rosterview.render(); converse.rosterview.render();
var groups = { var groups = {
colleagues: 3, 'colleagues': 3,
friends: 8, 'friends & acquaintences': 5,
family: 4 'family': 4,
'ænemies': 3
}; };
_.each(_.keys(groups), $.proxy(function (name) { _.each(_.keys(groups), $.proxy(function (name) {
j = i; 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