mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Update itemMediaInfo.js
remove centerfocus
This commit is contained in:
parent
76ec5e088b
commit
ac4c7c7b71
@ -136,7 +136,7 @@ define(["dialogHelper", "require", "layoutManager", "globalize", "userSettings",
|
||||
html += globalize.translateDocument(template, "core");
|
||||
dlg.innerHTML = html;
|
||||
if (layoutManager.tv) {
|
||||
scrollHelper.centerFocus.on(dlg.querySelector(".formDialogContent"), false);
|
||||
dlg.querySelector(".formDialogContent");
|
||||
}
|
||||
dialogHelper.open(dlg);
|
||||
dlg.querySelector(".btnCancel").addEventListener("click", function (e) {
|
||||
|
Loading…
Reference in New Issue
Block a user