mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
localize library changed messages per user
This commit is contained in:
parent
36aa7c2202
commit
f57989af20
1 changed files with 3 additions and 2 deletions
|
@ -256,7 +256,7 @@
|
|||
if (next) {
|
||||
next.focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
// Up
|
||||
|
@ -269,7 +269,7 @@
|
|||
} else {
|
||||
$('#txtSearch', parentElem)[0].focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
||||
|
@ -284,6 +284,7 @@
|
|||
first.focus();
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
}).on("keyup", function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue