Fix unsafe eval warning on registration page
This commit is contained in:
		
					parent
					
						
							
								23feeecbcf
							
						
					
				
			
			
				commit
				
					
						25224da12e
					
				
			
		
					 2 changed files with 4 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -26245,7 +26245,7 @@ https://github.com/Bluefieldscom/intl-tel-input.git
 | 
			
		|||
        // stop the user from typing invalid numbers
 | 
			
		||||
        preventInvalidNumbers: false,
 | 
			
		||||
        // specify the path to the libphonenumber script to enable validation/formatting
 | 
			
		||||
        utilsScript: "/components/libphonenumber-api/libphonenumber_api-compiled.js"
 | 
			
		||||
        utilsScript: ""
 | 
			
		||||
    }, keys = {
 | 
			
		||||
        UP: 38,
 | 
			
		||||
        DOWN: 40,
 | 
			
		||||
| 
						 | 
				
			
			@ -27216,6 +27216,7 @@ JSON.stringify(result);
 | 
			
		|||
        };
 | 
			
		||||
    }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
// Generated by CoffeeScript 1.8.0
 | 
			
		||||
(function() {
 | 
			
		||||
  var __hasProp = {}.hasOwnProperty,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue