mirror of
				https://github.com/TitanEmbeds/Titan.git
				synced 2025-11-04 15:57:02 +01:00 
			
		
		
		
	Prettier emoji tooltips
This commit is contained in:
		@@ -563,6 +563,7 @@
 | 
				
			|||||||
        $('#chatcontent').linkify({
 | 
					        $('#chatcontent').linkify({
 | 
				
			||||||
            target: "_blank"
 | 
					            target: "_blank"
 | 
				
			||||||
        });
 | 
					        });
 | 
				
			||||||
 | 
					        $('.tooltipped').tooltip();
 | 
				
			||||||
        return last;
 | 
					        return last;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -188,7 +188,7 @@
 | 
				
			|||||||
    </script>
 | 
					    </script>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <script id="mustache_message_emoji" type="text/template">
 | 
					    <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>
 | 
					    </script>
 | 
				
			||||||
    {% endraw %}
 | 
					    {% endraw %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user