mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove conditional
This commit is contained in:
parent
42af630e7b
commit
8e69ce75b5
1 changed files with 1 additions and 7 deletions
|
@ -116,13 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
|
||||||
inputId++;
|
inputId++;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (browser) {
|
this.classList.add('emby-select-withcolor');
|
||||||
this.classList.add('emby-select-withcolor');
|
|
||||||
|
|
||||||
if (layoutManager.tv) {
|
|
||||||
this.classList.add('emby-select-tv-withcolor');
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (layoutManager.tv) {
|
if (layoutManager.tv) {
|
||||||
this.classList.add('emby-select-focusscale');
|
this.classList.add('emby-select-focusscale');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue