mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-05 13:44:58 -06: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()
|
|
}); |