mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix quirks on details
This commit is contained in:
parent
968431b3ab
commit
2846174b86
5 changed files with 87 additions and 78 deletions
|
@ -32,7 +32,7 @@
|
|||
var hasId = false;
|
||||
|
||||
var txtLookupId = page.querySelectorAll('.txtLookupId');
|
||||
for (i = 0, length = identifyField.length; i < length; i++) {
|
||||
for (i = 0, length = txtLookupId.length; i < length; i++) {
|
||||
|
||||
var value = txtLookupId[i].value;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue