mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	This reverts commit 661d3d28e9.
			
			
This commit is contained in:
		@@ -2,6 +2,6 @@ export function initRepoBranchButton() {
 | 
			
		||||
  $('.show-create-branch-modal.button').on('click', function () {
 | 
			
		||||
    $('#create-branch-form')[0].action = $('#create-branch-form').data('base-action') + $(this).data('branch-from-urlcomponent');
 | 
			
		||||
    $('#modal-create-branch-from-span').text($(this).data('branch-from'));
 | 
			
		||||
    $.find($(this).data('modal')).modal('show');
 | 
			
		||||
    $($(this).data('modal')).modal('show');
 | 
			
		||||
  });
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user