mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 03:18:24 +00:00 
			
		
		
		
	| @@ -6,6 +6,8 @@ const {appSubUrl} = window.config; | ||||
|  | ||||
| export function initRepoTemplateSearch() { | ||||
|   const $repoTemplate = $('#repo_template'); | ||||
|   if (!$repoTemplate.length) return; // make sure the current page is "new repo" page | ||||
|  | ||||
|   const checkTemplate = function () { | ||||
|     const $templateUnits = $('#template_units'); | ||||
|     const $nonTemplate = $('#non_template'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user