Update EmojiStatistics.plugin.js

This commit is contained in:
Mirco Wittrien 2020-01-22 14:06:39 +01:00
parent b0a2446962
commit 5b419d17a5
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
class EmojiStatistics {
getName () {return "EmojiStatistics";}
getVersion () {return "2.9.0";}
getVersion () {return "2.9.1";}
getAuthor () {return "DevilBro";}
@ -171,7 +171,7 @@ class EmojiStatistics {
key: data.sortkey || data.key,
sort: true,
reverse: data.reverse,
cellClassName: `${data.cell}-cell`,
cellClassName: BDFDB.disCN[`_emojistatistics${data.cell}cell`],
renderHeader: _ => {
return this.labels[`modal_titles${data.key}_text`]
},