Update EmojiStatistics.plugin.js

This commit is contained in:
Mirco Wittrien 2017-09-02 09:51:46 +02:00 committed by GitHub
parent 812487f400
commit b6905eccf1
1 changed files with 5 additions and 2 deletions

View File

@ -283,8 +283,11 @@ class EmojiStatistics {
$('head').append(this.css);
this.labels = this.setLabelsByLanguage();
this.changeLanguageStrings();
var that = this;
setTimeout(function() {
that.labels = that.setLabelsByLanguage();
that.changeLanguageStrings();
},5000);
}
stop () {