Use the correct number of contact colors

Bugfix from 2f12275
pull/749/head
lilia 10 years ago
parent 4fc4573de4
commit 47b58b8994

@ -250,7 +250,7 @@
}
var initials = title.trim()[0];
return {
color: Math.abs(this.hashCode()) % 18,
color: Math.abs(this.hashCode()) % 15,
content: initials
};
} else {

Loading…
Cancel
Save