Fix for #361, renamed username to login
This commit is contained in:
		
							parent
							
								
									04b9a7e7a2
								
							
						
					
					
						commit
						39d0db52de
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1089,7 +1089,7 @@ function searchUsers() { | ||||||
|                 if (response.ok && response.data.length) { |                 if (response.ok && response.data.length) { | ||||||
|                     var html = ''; |                     var html = ''; | ||||||
|                     $.each(response.data, function (i, item) { |                     $.each(response.data, function (i, item) { | ||||||
|                         html += '<div class="item"><img class="ui avatar image" src="' + item.avatar_url + '"><span class="username">' + item.username + '</span>'; |                         html += '<div class="item"><img class="ui avatar image" src="' + item.avatar_url + '"><span class="username">' + item.login + '</span>'; | ||||||
|                         if (notEmpty(item.full_name)) { |                         if (notEmpty(item.full_name)) { | ||||||
|                             html += ' (' + item.full_name + ')'; |                             html += ' (' + item.full_name + ')'; | ||||||
|                         } |                         } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue