add emoji parse

This commit is contained in:
ppwwyyxx
2014-12-14 01:57:44 +08:00
parent a3b641df2e
commit 6f9af98ee6
279 changed files with 1141 additions and 5 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ $(document).ready(function() {{
// initialize avatar, avoid repeatly inserting the same base64 img into html
$('.me .avatar').each(function(_, e) {{ e.src = "data:image/jpg;base64,{avatar_me}"; }})
$('.you .avatar').each(function(_, e) {{ e.src = "data:image/jpg;base64,{avatar_you}"; }})
}});
}});
</script>
</body>
</html>