Minor fix for emote insertion
This commit is contained in:
parent
8927613da7
commit
86bd20d5cc
|
@ -2933,7 +2933,7 @@ EmoteList.prototype.loadPage = function (page) {
|
||||||
if (!val.charAt(val.length - 1).match(/\s/)) {
|
if (!val.charAt(val.length - 1).match(/\s/)) {
|
||||||
chatline.value += " ";
|
chatline.value += " ";
|
||||||
}
|
}
|
||||||
chatline.value += " " + emote.name;
|
chatline.value += emote.name;
|
||||||
}
|
}
|
||||||
|
|
||||||
_this.modal.modal("hide");
|
_this.modal.modal("hide");
|
||||||
|
|
Loading…
Reference in a new issue