mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-07-27 16:07:45 -07:00
Merge pull request #1148 from devlearner/login-tab-order
Workaround IE tab order issue on js initial select
This commit is contained in:
Vendored
+2
-2
@@ -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()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user