mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve compatibility view error message
This commit is contained in:
parent
707f6ab48b
commit
7e34533cae
8 changed files with 39 additions and 27 deletions
4
dashboard-ui/thirdparty/html5slider.js
vendored
4
dashboard-ui/thirdparty/html5slider.js
vendored
|
@ -25,6 +25,10 @@ THE SOFTWARE.
|
|||
|
||||
(function() {
|
||||
|
||||
if (navigator.userAgent.toLowerCase().indexOf('firefox') == -1) {
|
||||
return;
|
||||
}
|
||||
|
||||
// test for native support
|
||||
var test = document.createElement('input');
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue