1
0
Fork 0
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:
Luke Pulverenti 2016-06-28 22:44:07 -04:00
parent 968431b3ab
commit 2846174b86
5 changed files with 87 additions and 78 deletions

View file

@ -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;