mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	new repo options UI
This commit is contained in:
		@@ -492,6 +492,9 @@ $(document).ready(function () {
 | 
			
		||||
    $('.show-panel.button').click(function () {
 | 
			
		||||
        $($(this).data('panel')).show();
 | 
			
		||||
    });
 | 
			
		||||
    $('.show-modal.button').click(function () {
 | 
			
		||||
        $($(this).data('modal')).modal('show');
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    initCommentForm();
 | 
			
		||||
    initInstall();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user