Make submission form visible for sport edit page
This commit is contained in:
		
							parent
							
								
									55a6fc7d7b
								
							
						
					
					
						commit
						5adf927412
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -26,6 +26,8 @@ async function initializeForm() {
 | 
				
			||||||
    nameTextbox.disabled = false;
 | 
					    nameTextbox.disabled = false;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    nameTextbox.addEventListener('keyup', checkDataValidity);
 | 
					    nameTextbox.addEventListener('keyup', checkDataValidity);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    submissionForm.style.visibility = 'visible';
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
initializeForm();
 | 
					initializeForm();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue