mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Fix topics dropdown (#10167)
Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -3329,7 +3329,7 @@ function initTopicbar() { | ||||
|       label: 'ui small label' | ||||
|     }, | ||||
|     apiSettings: { | ||||
|       url: `${suburl}/api/v1/topics/search?q={encodeURIComponent(query)}`, | ||||
|       url: `${suburl}/api/v1/topics/search?q={query}`, | ||||
|       throttle: 500, | ||||
|       cache: false, | ||||
|       onResponse(res) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 John Olheiser
					John Olheiser