Fix search tests
// FREEBIE
This commit is contained in:
parent
7e0df07e88
commit
1d5471c318
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
emoji.init_colons();
|
||||
|
||||
window.emoji_util.parse = function($el) {
|
||||
if (!$el || !$el.length) {
|
||||
return;
|
||||
}
|
||||
$el.html(emoji.replace_unified($el.html()));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue