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

Remove conditional

This commit is contained in:
grafixeyehero 2019-06-02 02:43:05 +03:00
parent 42af630e7b
commit 8e69ce75b5

View file

@ -116,14 +116,8 @@ 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');
} }