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

Fix fierfox dropdown

This commit is contained in:
grafixeyehero 2019-05-30 02:28:57 +03:00
parent e3ebf34d44
commit 42af630e7b

View file

@ -116,7 +116,7 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
inputId++;
}
if (!browser.firefox) {
if (browser) {
this.classList.add('emby-select-withcolor');
if (layoutManager.tv) {
@ -165,4 +165,4 @@ define(['layoutManager', 'browser', 'actionsheet', 'css!./emby-select', 'registe
prototype: EmbySelectPrototype,
extends: 'select'
});
});
});