Remove conditional

This commit is contained in:
grafixeyehero 2019-06-05 22:59:14 +03:00
parent e3ebf34d44
commit 9139a962d4

View File

@ -28,10 +28,7 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css
this.classList.add('emby-button');
if (browser.firefox) {
// a ff hack is needed for vertical alignment
this.classList.add('button-link-inline');
}
this.classList.add('button-link-inline');
if (layoutManager.tv) {
if (this.getAttribute('data-focusscale') !== 'false') {