mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-14 18:11:23 +01:00
Prettier emoji tooltips
This commit is contained in:
parent
379475fae9
commit
80c36e7d72
@ -563,6 +563,7 @@
|
||||
$('#chatcontent').linkify({
|
||||
target: "_blank"
|
||||
});
|
||||
$('.tooltipped').tooltip();
|
||||
return last;
|
||||
}
|
||||
|
||||
|
@ -188,7 +188,7 @@
|
||||
</script>
|
||||
|
||||
<script id="mustache_message_emoji" type="text/template">
|
||||
<img class="message_emoji" src='https://cdn.discordapp.com/emojis/{{id}}.png' title=":{{name}}:" />
|
||||
<img class="message_emoji tooltipped" src='https://cdn.discordapp.com/emojis/{{id}}.png' data-position="top" data-delay="200" data-tooltip=":{{name}}:" />
|
||||
</script>
|
||||
{% endraw %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user