mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	Drop 0.5.x support
This commit is contained in:
		@@ -220,7 +220,7 @@ function initRepository() {
 | 
			
		||||
 | 
			
		||||
    // File list and commits
 | 
			
		||||
    if ($('.repository.file.list').length > 0 ||
 | 
			
		||||
         ('.repository.commits').length > 0) {
 | 
			
		||||
        ('.repository.commits').length > 0) {
 | 
			
		||||
        initFilterSearchDropdown('.choose.reference .dropdown');
 | 
			
		||||
 | 
			
		||||
        $('.reference.column').click(function () {
 | 
			
		||||
@@ -411,7 +411,7 @@ function initRepository() {
 | 
			
		||||
        $status_btn.click(function () {
 | 
			
		||||
            $('#status').val($status_btn.data('status-val'));
 | 
			
		||||
            $('#comment-form').submit();
 | 
			
		||||
        })
 | 
			
		||||
        });
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // Diff
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user