mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-03 21:08:25 +00:00 
			
		
		
		
	Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		@@ -2738,7 +2738,8 @@ function showAddAllPopup() {
 | 
				
			|||||||
  return false;
 | 
					  return false;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function linkAction() {
 | 
					function linkAction(e) {
 | 
				
			||||||
 | 
					  e.preventDefault();
 | 
				
			||||||
  const $this = $(this);
 | 
					  const $this = $(this);
 | 
				
			||||||
  const redirect = $this.data('redirect');
 | 
					  const redirect = $this.data('redirect');
 | 
				
			||||||
  $.post($this.data('url'), {
 | 
					  $.post($this.data('url'), {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user