mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			138 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			138 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| $(function () {
 | |
|     "use strict";
 | |
| 
 | |
|     // Focus first visible form element.
 | |
|     $("form input:enabled:visible:first").first().select()
 | |
| }); |