mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Focus the first visible form field in the guest area.
This commit is contained in:
6
public/js/guest.js
Normal file
6
public/js/guest.js
Normal file
@@ -0,0 +1,6 @@
|
||||
$(function () {
|
||||
"use strict";
|
||||
|
||||
// Focus first visible form element.
|
||||
$("form input:enabled:visible:first").first().select()
|
||||
});
|
Reference in New Issue
Block a user