1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update dialogs

This commit is contained in:
Luke Pulverenti 2016-09-09 12:58:08 -04:00
parent 7bc57e287a
commit f17942c1cd
19 changed files with 68 additions and 55 deletions

View file

@ -79,7 +79,9 @@
}
}
activeElement.focus();
if (layoutManager.tv) {
activeElement.focus();
}
if (dlg.getAttribute('data-removeonclose') != 'false') {
removeCenterFocus(dlg);