1
0
Fork 0
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:
Luke Pulverenti 2013-10-18 15:47:57 -04:00
parent 707f6ab48b
commit 7e34533cae
8 changed files with 39 additions and 27 deletions

View file

@ -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 {