mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00: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:
4
public/js/ff/guest.js
vendored
4
public/js/ff/guest.js
vendored
@@ -22,5 +22,5 @@ $(function () {
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
// Focus first visible form element.
|
// Focus first visible form element.
|
||||||
$("form input:enabled:visible:first").first().select()
|
$("form input:enabled:visible:first").first().focus().select()
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user