mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	Fix create bugs (#9606)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
		
				
					committed by
					
						 techknowlogick
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							03d59bcd1d
						
					
				
				
					commit
					08424648ae
				
			| @@ -2271,7 +2271,7 @@ function initTemplateSearch() { | ||||
|   const checkTemplate = function () { | ||||
|     const $templateUnits = $('#template_units'); | ||||
|     const $nonTemplate = $('#non_template'); | ||||
|     if ($repoTemplate.val() !== '') { | ||||
|     if ($repoTemplate.val() !== '' && $repoTemplate.val() !== '0') { | ||||
|       $templateUnits.show(); | ||||
|       $nonTemplate.hide(); | ||||
|     } else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user