parent
4fc4573de4
commit
47b58b8994
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@
|
||||||
}
|
}
|
||||||
var initials = title.trim()[0];
|
var initials = title.trim()[0];
|
||||||
return {
|
return {
|
||||||
color: Math.abs(this.hashCode()) % 18,
|
color: Math.abs(this.hashCode()) % 15,
|
||||||
content: initials
|
content: initials
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue