mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	#1854 show issue content
This commit is contained in:
		@@ -630,9 +630,7 @@ $(document).ready(function () {
 | 
			
		||||
    emojify.setConfig({
 | 
			
		||||
        img_dir: suburl + '/img/emoji'
 | 
			
		||||
    });
 | 
			
		||||
    $('.emojify').each(function () {
 | 
			
		||||
        emojify.run($(this)[0]);
 | 
			
		||||
    });
 | 
			
		||||
    emojify.run();
 | 
			
		||||
 | 
			
		||||
    // Clipboard JS
 | 
			
		||||
    var clipboard = new Clipboard('.clipboard');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user