add emoji parse
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user