1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update login

This commit is contained in:
Luke Pulverenti 2016-05-28 15:47:56 -04:00
parent 778d3e8683
commit 9abecac88b
4 changed files with 28 additions and 28 deletions

View file

@ -86,9 +86,9 @@
$('.manualLoginForm', context).show();
if (focusPassword) {
$('#txtManualPassword input', context).focus();
$('#txtManualPassword', context).focus();
} else {
$('#txtManualName input', context).focus();
$('#txtManualName', context).focus();
}
if (showCancel) {