mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Fix issue in functions definition
This commit is contained in:
		@@ -109,7 +109,7 @@ ComunicWeb.components.userSelect = {
 | 
			
		||||
	 * @param {array} usersID The ID of the users to push in select2 element
 | 
			
		||||
	 * @return {Boolean} True for a success
 | 
			
		||||
	 */
 | 
			
		||||
	pushEntries(inputSelect, usersID){
 | 
			
		||||
	pushEntries: function(inputSelect, usersID){
 | 
			
		||||
 | 
			
		||||
		//Get informations about the entries
 | 
			
		||||
		getMultipleUsersInfos(usersID, function(usersInfos){
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user