mirror of
				https://github.com/amiaopensource/ffmprovisr.git
				synced 2025-11-04 10:49:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			182 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
function newQuestion(){
$question.hide();
$question.first().show();
 | 
						||
$form.on("click", ".new-question", function() {
 | 
						||
  $(this).parent().parent().next().slideDown("slow");
 | 
						||
});
 | 
						||
}
 | 
						||
 | 
						||
 |