Remove flex support checking - should be supported anyway
This commit is contained in:
parent
41ba09a316
commit
7952511691
3 changed files with 0 additions and 50 deletions
|
@ -148,9 +148,6 @@ define(['browser', 'dom', 'layoutManager', 'keyboardnavigation', 'css!./emby-sli
|
|||
this.classList.add('mdl-slider');
|
||||
this.classList.add('mdl-js-slider');
|
||||
|
||||
if (browser.noFlex) {
|
||||
this.classList.add('slider-no-webkit-thumb');
|
||||
}
|
||||
if (browser.edge || browser.msie) {
|
||||
this.classList.add('slider-browser-edge');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue