mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update recording scheduler
This commit is contained in:
parent
7790a5b573
commit
65f5de02c1
14 changed files with 130 additions and 271 deletions
|
@ -63,9 +63,9 @@
|
|||
$('.manualLoginForm', page).show();
|
||||
|
||||
if (focusPassword) {
|
||||
$('#txtManualPassword', page).focus();
|
||||
$('#txtManualPassword input', page).focus();
|
||||
} else {
|
||||
$('#txtManualName', page).focus();
|
||||
$('#txtManualName input', page).focus();
|
||||
}
|
||||
|
||||
if (showCancel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue