mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-29 10:57:44 +09:00 
			
		
		
		
	Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		| @@ -241,7 +241,7 @@ function initReactionSelector(parent) { | ||||
|       if (resp && (resp.html || resp.empty)) { | ||||
|         const content = $(vm).closest('.content'); | ||||
|         let react = content.find('.segment.reactions'); | ||||
|         if (!resp.empty && react.length > 0) { | ||||
|         if ((!resp.empty || resp.html === '') && react.length > 0) { | ||||
|           react.remove(); | ||||
|         } | ||||
|         if (!resp.empty) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user