Minor fix for emote insertion

This commit is contained in:
calzoneman 2015-05-13 12:19:03 -05:00
parent 8927613da7
commit 86bd20d5cc

View file

@ -2933,7 +2933,7 @@ EmoteList.prototype.loadPage = function (page) {
if (!val.charAt(val.length - 1).match(/\s/)) {
chatline.value += " ";
}
chatline.value += " " + emote.name;
chatline.value += emote.name;
}
_this.modal.modal("hide");