mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix class and element names
This commit is contained in:
parent
54d71126d9
commit
97699d513b
5 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ class EmbyButton extends HTMLButtonElement {
|
|||
return;
|
||||
}
|
||||
|
||||
this.classList.add('../../elements/emby-button/emby-button');
|
||||
this.classList.add('emby-button');
|
||||
// TODO replace all instances of element-showfocus with this method
|
||||
if (layoutManager.tv) {
|
||||
// handles all special css for tv layout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue