Prettier emoji tooltips

This commit is contained in:
Jeremy Zhang
2017-06-10 03:13:39 +00:00
parent 379475fae9
commit 80c36e7d72
2 changed files with 2 additions and 1 deletions

View File

@ -563,6 +563,7 @@
$('#chatcontent').linkify({
target: "_blank"
});
$('.tooltipped').tooltip();
return last;
}