Version 0.3.4 - Fix of Links
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Neutral/pipeline/head This commit looks good
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Neutral/pipeline/head This commit looks good
				
			This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "neutral",
 | 
					  "name": "neutral",
 | 
				
			||||||
  "version": "0.3.3",
 | 
					  "version": "0.3.4",
 | 
				
			||||||
  "description": "Panel d'administration de Raphix",
 | 
					  "description": "Panel d'administration de Raphix",
 | 
				
			||||||
  "main": "index.js",
 | 
					  "main": "index.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -94,13 +94,15 @@ function generateLinksView() {
 | 
				
			|||||||
                            info.err("Un nouveau lien est nécéssaire")
 | 
					                            info.err("Un nouveau lien est nécéssaire")
 | 
				
			||||||
                            return false
 | 
					                            return false
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        if(!newlink.value.match(/^[a-zA-Z0-9-_]+$/)) {
 | 
				
			||||||
 | 
					                            info.err("L'URL n'est pas valide")
 | 
				
			||||||
 | 
					                            return false
 | 
				
			||||||
 | 
					                        
 | 
				
			||||||
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                    if(!newlink.value.match(/^[a-zA-Z0-9-_]+$/)) {
 | 
					 | 
				
			||||||
                        info.err("L'URL n'est pas valide")
 | 
					 | 
				
			||||||
                        return false
 | 
					 | 
				
			||||||
                 
 | 
					                 
 | 
				
			||||||
                    }
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                     
 | 
					                     
 | 
				
			||||||
    
 | 
					    
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user