diff --git a/www/js/util.js b/www/js/util.js index 5478dfa1..f97c5350 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -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");