mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-23 01:16:46 -06:00
Merge branch 'develop' of https://github.com/firefly-iii/firefly-iii into develop
* 'develop' of https://github.com/firefly-iii/firefly-iii: Workaround IE tab order issue w/ js initial select
This commit is contained in:
commit
4c503e4c7c
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