mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	| @@ -2019,6 +2019,7 @@ function initCodeView() { | ||||
|     $.get(`${$blob.data('url')}?${$blob.data('query')}&anchor=${$blob.data('anchor')}`, (blob) => { | ||||
|       $row.replaceWith(blob); | ||||
|       $(`[data-anchor="${$blob.data('anchor')}"]`).on('click', (e) => { insertBlobExcerpt(e); }); | ||||
|       $('.diff-detail-box.ui.sticky').sticky(); | ||||
|     }); | ||||
|   } | ||||
|   $('.ui.blob-excerpt').on('click', (e) => { insertBlobExcerpt(e); }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user