mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-12 20:58:33 +00:00
Code cleanup.
This commit is contained in:
6
public/js/ff/guest.js
Normal file
6
public/js/ff/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