mirror of
				https://github.com/fspc/workstand.git
				synced 2025-11-04 00:45:35 -05:00 
			
		
		
		
	time is not callable.
				
					
				
			This commit is contained in:
		
							parent
							
								
									f50f2293ca
								
							
						
					
					
						commit
						6cb5e09958
					
				@ -21,7 +21,7 @@
 | 
			
		||||
    });
 | 
			
		||||
    Object.observe(dateOfBirth, function(changes) {
 | 
			
		||||
        var input = document.getElementById('{{ form.date_of_birth.id_for_label }}');
 | 
			
		||||
        input.value = dateOfBirth.time().format('YYYY-MM-DD');
 | 
			
		||||
        input.value = dateOfBirth.time.format('YYYY-MM-DD');
 | 
			
		||||
        input.parentNode.classList.add('is-dirty');
 | 
			
		||||
 | 
			
		||||
        var threshold = moment.duration(18, 'years');
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user