mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
Workaround IE tab order issue w/ js initial select
This commit is contained in:
parent
f50550d79c
commit
2da4e6b048
4
public/js/ff/guest.js
vendored
4
public/js/ff/guest.js
vendored
@ -22,5 +22,5 @@ $(function () {
|
||||
"use strict";
|
||||
|
||||
// Focus first visible form element.
|
||||
$("form input:enabled:visible:first").first().select()
|
||||
});
|
||||
$("form input:enabled:visible:first").first().focus().select()
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user