srrsparky

Results 2 issues of srrsparky

Fixed by changing the following in the EmojiArea_WYSIWYG function of jquery.emojiarea.js From `this.emojiPopup.appendUnicodeAsImageToElement(this.$editor, $textarea.val());` To ` if ($($textarea).attr('data-emoji-input') === 'unicode') { this.$editor.html($textarea.val()); } else { this.emojiPopup.appendUnicodeAsImageToElement(this.$editor, $textarea.val()); } `

## Reporting bugs/issues * When reporting a bug/issue: * Ensure that you are using the latest release. * Revert any custom modifications or environment varibles to insure they're not the...