mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	@@ -1892,6 +1892,10 @@ $(document).ready(function () {
 | 
			
		||||
 | 
			
		||||
    // Show exact time
 | 
			
		||||
    $('.time-since').each(function () {
 | 
			
		||||
        var time = new Date($(this).attr('title'))
 | 
			
		||||
        if (!isNaN(time)){
 | 
			
		||||
            $(this).attr('title', time.toLocaleString())
 | 
			
		||||
        }
 | 
			
		||||
        $(this).addClass('poping up').attr('data-content', $(this).attr('title')).attr('data-variation', 'inverted tiny').attr('title', '');
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user