mirror of
				https://github.com/Unleash/unleash.git
				synced 2025-10-27 11:02:16 +01:00 
			
		
		
		
	support dot in name, closes #26
This commit is contained in:
		
							parent
							
								
									adde1652be
								
							
						
					
					
						commit
						1449e3a8a6
					
				| @ -10,7 +10,7 @@ const mapStateToProps = createMapper({ | ||||
|     getDefault () { | ||||
|         let name; | ||||
|         try { | ||||
|             [, name] = document.location.hash.match(/name=([a-z0-9-_]+)/i); | ||||
|             [, name] = document.location.hash.match(/name=([a-z0-9-_.]+)/i); | ||||
|         } catch (e) {} | ||||
|         return { name }; | ||||
|     }, | ||||
|  | ||||
| @ -58,7 +58,7 @@ export default connect(createMapper({ | ||||
|     getDefault () { | ||||
|         let name; | ||||
|         try { | ||||
|             [, name] = document.location.hash.match(/name=([a-z0-9-_]+)/i); | ||||
|             [, name] = document.location.hash.match(/name=([a-z0-9-_.]+)/i); | ||||
|         } catch (e) {} | ||||
|         return { name }; | ||||
|     }, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user