mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:20:34 +00:00 
			
		
		
		
	select owner when creating repository
This commit is contained in:
		| @@ -770,7 +770,10 @@ function initRepoCreating() { | ||||
|                 $(this).parent().find(".checked").removeClass("checked"); | ||||
|                 $(this).addClass("checked"); | ||||
|             } | ||||
|             console.log("set repo owner to uid :",uid); | ||||
|             // set button group to show clicked owner | ||||
|             $('#repo-owner-avatar').attr("src",$(this).find('img').attr("src")); | ||||
|             $('#repo-owner-name').text($(this).text().trim()); | ||||
|             console.log("set repo owner to uid :",uid,$(this).text().trim()); | ||||
|         }); | ||||
|     }()); | ||||
|     console.log("init repo-creating scripts"); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user