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:
James Cole 2018-01-29 19:09:13 +01:00
commit 4c503e4c7c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -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()
});