Fix search tests

// FREEBIE
This commit is contained in:
lilia 2016-09-01 14:01:51 -07:00
parent 7e0df07e88
commit 1d5471c318

View file

@ -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()));
};